Html Css Color HEX #005AB3 Cobalt

📋 copy color: '#005AB3'

red 0 ◦ green 90 ◦ blue 179

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

Shades of Cobalt #005AB3

Tints of Cobalt #005AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 66.54%

R = 0%
G = 33.46%
B = 66.54%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#005AB3 (or 0x005AB3) is known color: Cobalt. HEX triplet: 00, 5A and B3. RGB value is (0,90,179). Sum of RGB (Red+Green+Blue) = 0+90+179=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #005AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005AB3 is #FFA54C. Grayscale: #484848. Windows color (decimal): -16753997 or 11753984. OLE color: 11753984.

HSL color Cylindrical-coordinate representation of color #005AB3: hue angle of 209.83º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AB3 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 90 179 -
CMYK 1 0.50 0 0.30
HSL 209.83º 1% 0.35% -
HSV(B) 209.83º 1% 0.7% -
XYZ 11.79 10.57 44.07 -
YUV 73.24 187.68 75.76 -
System Red Green Blue C M Y K H S L
Decimal 0 90 179 1 0.50 0 0.30 209.83 1 0.35
Hex 0 5A B3 64 32 0 1E D2 64 23
Octal 0 132 263 144 62 0 36 322 144 43
Binary 0 1011010 10110011 1100100 110010 0 11110 11010010 1100100 100011

Color Harmonies of #005AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AB3

Black with #005AB3

Text Example


Text Example

White with #005AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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