#07418E

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

Shades of Dark Cerulean #07418E

Tints of Dark Cerulean #07418E

Color information

#07418E (or 0x07418E) is unknown color: approx Dark Cerulean. HEX triplet: 07, 41 and 8E. RGB value is (7,65,142). Sum of RGB (Red+Green+Blue) = 7+65+142=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #07418E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07418E is #F8BE71. Grayscale: #383838. Windows color (decimal): -16301682 or 9322759. OLE color: 9322759.

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

Color convert

RGB765142-
CMYK0.950.5400.44
HSL214.22º90.6%29.22%-
HSV(B)214.22º95.07%55.69%-
XYZ6.865.7826.35-
YUV56.44176.2892.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 142 (55.86% from 255) = 66.36%
R=3.27%
G=30.37%
B=66.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7651420.950.5400.44214.2290.629.22
Hex7418E5F3602Cd65b1d
Octal71012161376605432613335
Binary1111000001100011101011111110110010110011010110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07418E; }

 p { color: rgb(7,65,142); }

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

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

 a { background-color: rgb(7,65,142); }

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

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

 span { border-color: rgb(7,65,142); }

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