#074270

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

Shades of Dark Cerulean #074270

Tints of Dark Cerulean #074270

Color information

#074270 (or 0x074270) is unknown color: approx Dark Cerulean. HEX triplet: 07, 42 and 70. RGB value is (7,66,112). Sum of RGB (Red+Green+Blue) = 7+66+112=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #074270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074270 is #F8BD8F. Grayscale: #353535. Windows color (decimal): -16301456 or 7356935. OLE color: 7356935.

HSL color Cylindrical-coordinate representation of color #074270: hue angle of 206.29º 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 #074270 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB766112-
CMYK0.940.4100.56
HSL206.29º88.24%23.33%-
HSV(B)206.29º93.75%43.92%-
XYZ4.965.1116.05-
YUV53.6160.9594.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=3.78%
G=35.68%
B=60.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7661120.940.4100.56206.2988.2423.33
Hex742705E29038ce5817
Octal71021601365107031613027
Binary111100001011100001011110101001011100011001110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074270; }

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

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

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

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

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

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

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

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