#07426D

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

Shades of Dark Cerulean #07426D

Tints of Dark Cerulean #07426D

Color information

#07426D (or 0x07426D) is unknown color: approx Dark Cerulean. HEX triplet: 07, 42 and 6D. RGB value is (7,66,109). Sum of RGB (Red+Green+Blue) = 7+66+109=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #07426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07426D is #F8BD92. Grayscale: #353535. Windows color (decimal): -16301459 or 7160327. OLE color: 7160327.

HSL color Cylindrical-coordinate representation of color #07426D: hue angle of 205.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07426D is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB766109-
CMYK0.940.3900.57
HSL205.29º87.93%22.75%-
HSV(B)205.29º93.58%42.75%-
XYZ4.85.0515.19-
YUV53.26159.4595-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 109 (42.97% from 255) = 59.89%
R=3.85%
G=36.26%
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.57
SystemRedGreenBlueCMYKHSL
Decimal7661090.940.3900.57205.2987.9322.75
Hex7426D5E27039cd5817
Octal71021551364707131513027
Binary111100001011011011011110100111011100111001101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07426D; }

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

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

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

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

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

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

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

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