#07466B

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

Shades of Dark Cerulean #07466B

Tints of Dark Cerulean #07466B

Color information

#07466B (or 0x07466B) is unknown color: approx Dark Cerulean. HEX triplet: 07, 46 and 6B. RGB value is (7,70,107). Sum of RGB (Red+Green+Blue) = 7+70+107=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #07466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07466B is #F8B994. Grayscale: #373737. Windows color (decimal): -16300437 or 7030279. OLE color: 7030279.

HSL color Cylindrical-coordinate representation of color #07466B: hue angle of 202.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07466B is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB770107-
CMYK0.930.3500.58
HSL202.2º87.72%22.35%-
HSV(B)202.2º93.46%41.96%-
XYZ4.935.4914.71-
YUV55.38157.1393.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.80%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 107 (42.19% from 255) = 58.15%
R=3.80%
G=38.04%
B=58.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7701070.930.3500.58202.287.7222.35
Hex7466B5D2303Aca5816
Octal71061531354307231213026
Binary111100011011010111011101100011011101011001010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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