#07468B

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

Shades of Dark Cerulean #07468B

Tints of Dark Cerulean #07468B

Color information

#07468B (or 0x07468B) is unknown color: approx Dark Cerulean. HEX triplet: 07, 46 and 8B. RGB value is (7,70,139). Sum of RGB (Red+Green+Blue) = 7+70+139=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #07468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07468B is #F8B974. Grayscale: #3A3A3A. Windows color (decimal): -16300405 or 9127431. OLE color: 9127431.

HSL color Cylindrical-coordinate representation of color #07468B: hue angle of 211.36º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07468B is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB770139-
CMYK0.950.5000.45
HSL211.36º90.41%28.63%-
HSV(B)211.36º94.96%54.51%-
XYZ6.946.2925.27-
YUV59.03173.1390.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.24%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 139 (54.69% from 255) = 64.35%
R=3.24%
G=32.41%
B=64.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7701390.950.5000.45211.3690.4128.63
Hex7468B5F3202Dd35a1d
Octal71062131376205532313235
Binary1111000110100010111011111110010010110111010011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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