#074370

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

Shades of Dark Cerulean #074370

Tints of Dark Cerulean #074370

Color information

#074370 (or 0x074370) is unknown color: approx Dark Cerulean. HEX triplet: 07, 43 and 70. RGB value is (7,67,112). Sum of RGB (Red+Green+Blue) = 7+67+112=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #074370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074370 is #F8BC8F. Grayscale: #353535. Windows color (decimal): -16301200 or 7357191. OLE color: 7357191.

HSL color Cylindrical-coordinate representation of color #074370: hue angle of 205.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074370 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB767112-
CMYK0.940.4000.56
HSL205.71º88.24%23.33%-
HSV(B)205.71º93.75%43.92%-
XYZ5.025.2316.07-
YUV54.19160.6294.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.76%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 112 (44.14% from 255) = 60.22%
R=3.76%
G=36.02%
B=60.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7671120.940.4000.56205.7188.2423.33
Hex743705E28038ce5817
Octal71031601365007031613027
Binary111100001111100001011110101000011100011001110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074370; }

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

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

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

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

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

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

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

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