Html Css Color HEX #05449C Cobalt

📋 copy color: '#05449C'

red 5 ◦ green 68 ◦ blue 156

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

Shades of Cobalt #05449C

Tints of Cobalt #05449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 68.12%

R = 2.18%
G = 29.69%
B = 68.12%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05449C (or 0x05449C) is known color: Cobalt. HEX triplet: 05, 44 and 9C. RGB value is (5,68,156). Sum of RGB (Red+Green+Blue) = 5+68+156=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #05449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05449C is #FABB63. Grayscale: #3A3A3A. Windows color (decimal): -16431972 or 10241029. OLE color: 10241029.

HSL color Cylindrical-coordinate representation of color #05449C: hue angle of 214.97º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05449C is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 68 156 -
CMYK 0.97 0.56 0 0.39
HSL 214.97º 0.94% 0.32% -
HSV(B) 214.97º 0.97% 0.61% -
XYZ 8.13 6.57 32.29 -
YUV 59.2 182.63 89.34 -
System Red Green Blue C M Y K H S L
Decimal 5 68 156 0.97 0.56 0 0.39 214.97 0.94 0.32
Hex 5 44 9C 61 38 0 27 D7 5E 20
Octal 5 104 234 141 70 0 47 327 136 40
Binary 101 1000100 10011100 1100001 111000 0 100111 11010111 1011110 100000

Color Harmonies of #05449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05449C

Black with #05449C

Text Example


Text Example

White with #05449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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