Html Css Color HEX #05529F Cobalt

📋 copy color: '#05529F'

red 5 ◦ green 82 ◦ blue 159

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

Shades of Cobalt #05529F

Tints of Cobalt #05529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.33%

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 2.03%
G = 33.33%
B = 64.63%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05529F (or 0x05529F) is known color: Cobalt. HEX triplet: 05, 52 and 9F. RGB value is (5,82,159). Sum of RGB (Red+Green+Blue) = 5+82+159=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #05529F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05529F is #FAAD60. Grayscale: #434343. Windows color (decimal): -16428385 or 10441221. OLE color: 10441221.

HSL color Cylindrical-coordinate representation of color #05529F: hue angle of 210º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05529F is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 82 159 -
CMYK 0.97 0.48 0 0.38
HSL 210º 0.94% 0.32% -
HSV(B) 210º 0.97% 0.62% -
XYZ 9.34 8.57 33.96 -
YUV 67.76 179.49 83.24 -
System Red Green Blue C M Y K H S L
Decimal 5 82 159 0.97 0.48 0 0.38 210 0.94 0.32
Hex 5 52 9F 61 30 0 26 D2 5E 20
Octal 5 122 237 141 60 0 46 322 136 40
Binary 101 1010010 10011111 1100001 110000 0 100110 11010010 1011110 100000

Color Harmonies of #05529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05529F

Black with #05529F

Text Example


Text Example

White with #05529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,82,159); }

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

background-color css

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

 a { background-color: rgb(5,82,159); }

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

border-color css

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

 span { border-color: rgb(5,82,159); }

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