#074470

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

Shades of Dark Cerulean #074470

Tints of Dark Cerulean #074470

Color information

#074470 (or 0x074470) is unknown color: approx Dark Cerulean. HEX triplet: 07, 44 and 70. RGB value is (7,68,112). Sum of RGB (Red+Green+Blue) = 7+68+112=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #074470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074470 is #F8BB8F. Grayscale: #363636. Windows color (decimal): -16300944 or 7357447. OLE color: 7357447.

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

Color convert

RGB768112-
CMYK0.940.3900.56
HSL205.14º88.24%23.33%-
HSV(B)205.14º93.75%43.92%-
XYZ5.085.3516.09-
YUV54.78160.2993.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.74%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=3.74%
G=36.36%
B=59.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7681120.940.3900.56205.1488.2423.33
Hex744705E27038cd5817
Octal71041601364707031513027
Binary111100010011100001011110100111011100011001101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074470; }

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

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

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

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

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

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

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

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