Html Css Color HEX #05446F Dark Cerulean

📋 copy color: '#05446F'

red 5 ◦ green 68 ◦ blue 111

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

Shades of Dark Cerulean #05446F

Tints of Dark Cerulean #05446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.96%

 BLUE value IS 111 (43.75% from 255) = 60.33%

R = 2.72%
G = 36.96%
B = 60.33%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05446F (or 0x05446F) is known color: Dark Cerulean. HEX triplet: 05, 44 and 6F. RGB value is (5,68,111). Sum of RGB (Red+Green+Blue) = 5+68+111=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #05446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05446F is #FABB90. Grayscale: #353535. Windows color (decimal): -16432017 or 7291909. OLE color: 7291909.

HSL color Cylindrical-coordinate representation of color #05446F: hue angle of 204.34º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05446F is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 68 111 -
CMYK 0.95 0.39 0 0.56
HSL 204.34º 0.91% 0.23% -
HSV(B) 204.34º 0.95% 0.44% -
XYZ 5 5.31 15.8 -
YUV 54.07 160.13 93 -
System Red Green Blue C M Y K H S L
Decimal 5 68 111 0.95 0.39 0 0.56 204.34 0.91 0.23
Hex 5 44 6F 5F 27 0 38 CC 5B 17
Octal 5 104 157 137 47 0 70 314 133 27
Binary 101 1000100 1101111 1011111 100111 0 111000 11001100 1011011 10111

Color Harmonies of #05446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05446F

Black with #05446F

Text Example


Text Example

White with #05446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05446F; }

 p { color: rgb(5,68,111); }

 H1.HeaderClassName
 {
   color: #05446F;
 }
 .AnyTagClassName
 {
   color: #05446F;
 }
</style>

background-color css

<style>
 a { background-color: #05446F; }

 a { background-color: rgb(5,68,111); }

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

border-color css

<style>
 span { border-color: #05446F; }

 span { border-color: rgb(5,68,111); }

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