#07448E

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

Shades of Dark Cerulean #07448E

Tints of Dark Cerulean #07448E

Color information

#07448E (or 0x07448E) is unknown color: approx Dark Cerulean. HEX triplet: 07, 44 and 8E. RGB value is (7,68,142). Sum of RGB (Red+Green+Blue) = 7+68+142=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #07448E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07448E is #F8BB71. Grayscale: #393939. Windows color (decimal): -16300914 or 9323527. OLE color: 9323527.

HSL color Cylindrical-coordinate representation of color #07448E: hue angle of 212.89º 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 #07448E is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB768142-
CMYK0.950.5200.44
HSL212.89º90.6%29.22%-
HSV(B)212.89º95.07%55.69%-
XYZ7.046.1326.4-
YUV58.2175.2991.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.23%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 142 (55.86% from 255) = 65.44%
R=3.23%
G=31.34%
B=65.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7681420.950.5200.44212.8990.629.22
Hex7448E5F3402Cd55b1d
Octal71042161376405432513335
Binary1111000100100011101011111110100010110011010101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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