#074390

Color #074390 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #074390

Tints of Dark Cerulean #074390

Color information

#074390 (or 0x074390) is unknown color: approx Dark Cerulean. HEX triplet: 07, 43 and 90. RGB value is (7,67,144). Sum of RGB (Red+Green+Blue) = 7+67+144=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #074390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074390 is #F8BC6F. Grayscale: #393939. Windows color (decimal): -16301168 or 9454343. OLE color: 9454343.

HSL color Cylindrical-coordinate representation of color #074390: hue angle of 213.72º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074390 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB767144-
CMYK0.950.5300.44
HSL213.72º90.73%29.61%-
HSV(B)213.72º95.14%56.47%-
XYZ7.136.0727.18-
YUV57.84176.6291.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.21%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 144 (56.64% from 255) = 66.06%
R=3.21%
G=30.73%
B=66.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7671440.950.5300.44213.7290.7329.61
Hex743905F3502Cd65b1e
Octal71032201376505432613336
Binary1111000011100100001011111110101010110011010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074390; }

 p { color: rgb(7,67,144); }

 H1.HeaderClassName
 {
   color: #074390;
 }
 .AnyTagClassName
 {
   color: #074390;
 }
</style>
background-color css

<style>
 a { background-color: #074390; }

 a { background-color: rgb(7,67,144); }

 div.DivClassName
 {
   background-color: #074390;
 }
 .BgClassName
 {
   background-color: #074390;
 }
</style>
border-color css

<style>
 span { border-color: #074390; }

 span { border-color: rgb(7,67,144); }

 td.TdClassName
 {
   border-color: #074390;
 }
 .TagClassName
 {
   border-color: #074390;
 }
</style>