Html Css Color HEX #05446E Dark Cerulean

📋 copy color: '#05446E'

red 5 ◦ green 68 ◦ blue 110

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

Shades of Dark Cerulean #05446E

Tints of Dark Cerulean #05446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 2.73%
G = 37.16%
B = 60.11%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05446E (or 0x05446E) is known color: Dark Cerulean. HEX triplet: 05, 44 and 6E. RGB value is (5,68,110). Sum of RGB (Red+Green+Blue) = 5+68+110=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #05446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05446E is #FABB91. Grayscale: #353535. Windows color (decimal): -16432018 or 7226373. OLE color: 7226373.

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

Color convert

RGB 5 68 110 -
CMYK 0.95 0.38 0 0.57
HSL 204º 0.91% 0.23% -
HSV(B) 204º 0.95% 0.43% -
XYZ 4.94 5.29 15.51 -
YUV 53.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 5 68 110 0.95 0.38 0 0.57 204 0.91 0.23
Hex 5 44 6E 5F 26 0 39 CC 5B 17
Octal 5 104 156 137 46 0 71 314 133 27
Binary 101 1000100 1101110 1011111 100110 0 111001 11001100 1011011 10111

Color Harmonies of #05446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05446E

Black with #05446E

Text Example


Text Example

White with #05446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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