#07468E

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

Shades of Dark Cerulean #07468E

Tints of Dark Cerulean #07468E

Color information

#07468E (or 0x07468E) is unknown color: approx Dark Cerulean. HEX triplet: 07, 46 and 8E. RGB value is (7,70,142). Sum of RGB (Red+Green+Blue) = 7+70+142=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #07468E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07468E is #F8B971. Grayscale: #3B3B3B. Windows color (decimal): -16300402 or 9324039. OLE color: 9324039.

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

Color convert

RGB770142-
CMYK0.950.5100.44
HSL212º90.6%29.22%-
HSV(B)212º95.07%55.69%-
XYZ7.166.3826.44-
YUV59.37174.6390.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.20%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 142 (55.86% from 255) = 64.84%
R=3.20%
G=31.96%
B=64.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7701420.950.5100.4421290.629.22
Hex7468E5F3302Cd45b1d
Octal71062161376305432413335
Binary1111000110100011101011111110011010110011010100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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