Html Css Color HEX #05466C Dark Cerulean

📋 copy color: '#05466C'

red 5 ◦ green 70 ◦ blue 108

#05466C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #05466C

Tints of Dark Cerulean #05466C

RGB

 RED value IS 5 (2.34% from 255) = 2.73%

 GREEN value IS 70 (27.73% from 255) = 38.25%

 BLUE value IS 108 (42.58% from 255) = 59.02%

R = 2.73%
G = 38.25%
B = 59.02%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05466C (or 0x05466C) is known color: Dark Cerulean. HEX triplet: 05, 46 and 6C. RGB value is (5,70,108). Sum of RGB (Red+Green+Blue) = 5+70+108=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #05466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05466C is #FAB993. Grayscale: #363636. Windows color (decimal): -16431508 or 7095813. OLE color: 7095813.

HSL color Cylindrical-coordinate representation of color #05466C: hue angle of 202.14º 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 #05466C is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 70 108 -
CMYK 0.95 0.35 0 0.58
HSL 202.14º 0.91% 0.22% -
HSV(B) 202.14º 0.95% 0.42% -
XYZ 4.96 5.5 14.99 -
YUV 54.9 157.97 92.41 -
System Red Green Blue C M Y K H S L
Decimal 5 70 108 0.95 0.35 0 0.58 202.14 0.91 0.22
Hex 5 46 6C 5F 23 0 3A CA 5B 16
Octal 5 106 154 137 43 0 72 312 133 26
Binary 101 1000110 1101100 1011111 100011 0 111010 11001010 1011011 10110

Color Harmonies of #05466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05466C

Black with #05466C

Text Example


Text Example

White with #05466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05466C;
 }
 .AnyTagClassName
 {
   color: #05466C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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