Html Css Color HEX #005AB6 Cobalt

📋 copy color: '#005AB6'

red 0 ◦ green 90 ◦ blue 182

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

Shades of Cobalt #005AB6

Tints of Cobalt #005AB6

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 90 (35.55% from 255) = 33.09%

 BLUE value IS 182 (71.48% from 255) = 66.91%

R = 0%
G = 33.09%
B = 66.91%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#005AB6 (or 0x005AB6) is known color: Cobalt. HEX triplet: 00, 5A and B6. RGB value is (0,90,182). Sum of RGB (Red+Green+Blue) = 0+90+182=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 182 (71.48% from 255 or 66.91% from 272); Max value from RGB is 182 - color contains mainly: blue. Hex color #005AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005AB6 is #FFA549. Grayscale: #494949. Windows color (decimal): -16753994 or 11950592. OLE color: 11950592.

HSL color Cylindrical-coordinate representation of color #005AB6: hue angle of 210.33º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AB6 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 90 182 -
CMYK 1 0.51 0 0.29
HSL 210.33º 1% 0.36% -
HSV(B) 210.33º 1% 0.71% -
XYZ 12.1 10.69 45.68 -
YUV 73.58 189.18 75.52 -
System Red Green Blue C M Y K H S L
Decimal 0 90 182 1 0.51 0 0.29 210.33 1 0.36
Hex 0 5A B6 64 33 0 1D D2 64 24
Octal 0 132 266 144 63 0 35 322 144 44
Binary 0 1011010 10110110 1100100 110011 0 11101 11010010 1100100 100100

Color Harmonies of #005AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AB6

Black with #005AB6

Text Example


Text Example

White with #005AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005AB6; }

 p { color: rgb(0,90,182); }

 H1.HeaderClassName
 {
   color: #005AB6;
 }
 .AnyTagClassName
 {
   color: #005AB6;
 }
</style>

background-color css

<style>
 a { background-color: #005AB6; }

 a { background-color: rgb(0,90,182); }

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

border-color css

<style>
 span { border-color: #005AB6; }

 span { border-color: rgb(0,90,182); }

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