#05466B

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

Shades of Dark Cerulean #05466B

Tints of Dark Cerulean #05466B

Color information

#05466B (or 0x05466B) is unknown color: approx Dark Cerulean. HEX triplet: 05, 46 and 6B. RGB value is (5,70,107). Sum of RGB (Red+Green+Blue) = 5+70+107=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #05466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05466B is #FAB994. Grayscale: #363636. Windows color (decimal): -16431509 or 7030277. OLE color: 7030277.

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

Color convert

RGB570107-
CMYK0.950.3500.58
HSL201.76º91.07%21.96%-
HSV(B)201.76º95.33%41.96%-
XYZ4.915.4714.71-
YUV54.78157.4792.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.75%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 107 (42.19% from 255) = 58.79%
R=2.75%
G=38.46%
B=58.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5701070.950.3500.58201.7691.0721.96
Hex5466B5F2303Aca5b16
Octal51061531374307231213326
Binary101100011011010111011111100011011101011001010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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