Html Css Color HEX #05509C Cobalt

📋 copy color: '#05509C'

red 5 ◦ green 80 ◦ blue 156

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

Shades of Cobalt #05509C

Tints of Cobalt #05509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.2%

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

R = 2.07%
G = 33.2%
B = 64.73%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05509C (or 0x05509C) is known color: Cobalt. HEX triplet: 05, 50 and 9C. RGB value is (5,80,156). Sum of RGB (Red+Green+Blue) = 5+80+156=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #05509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05509C is #FAAF63. Grayscale: #414141. Windows color (decimal): -16428900 or 10244101. OLE color: 10244101.

HSL color Cylindrical-coordinate representation of color #05509C: hue angle of 210.2º 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 #05509C is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 80 156 -
CMYK 0.97 0.49 0 0.39
HSL 210.2º 0.94% 0.32% -
HSV(B) 210.2º 0.97% 0.61% -
XYZ 8.93 8.17 32.56 -
YUV 66.24 178.65 84.32 -
System Red Green Blue C M Y K H S L
Decimal 5 80 156 0.97 0.49 0 0.39 210.2 0.94 0.32
Hex 5 50 9C 61 31 0 27 D2 5E 20
Octal 5 120 234 141 61 0 47 322 136 40
Binary 101 1010000 10011100 1100001 110001 0 100111 11010010 1011110 100000

Color Harmonies of #05509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05509C

Black with #05509C

Text Example


Text Example

White with #05509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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