Html Css Color HEX #005BAE Cobalt

📋 copy color: '#005BAE'

red 0 ◦ green 91 ◦ blue 174

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

Shades of Cobalt #005BAE

Tints of Cobalt #005BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.34%

 BLUE value IS 174 (68.36% from 255) = 65.66%

R = 0%
G = 34.34%
B = 65.66%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#005BAE (or 0x005BAE) is known color: Cobalt. HEX triplet: 00, 5B and AE. RGB value is (0,91,174). Sum of RGB (Red+Green+Blue) = 0+91+174=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #005BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005BAE is #FFA451. Grayscale: #484848. Windows color (decimal): -16753746 or 11426560. OLE color: 11426560.

HSL color Cylindrical-coordinate representation of color #005BAE: hue angle of 208.62º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BAE is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 91 174 -
CMYK 1 0.48 0 0.32
HSL 208.62º 1% 0.34% -
HSV(B) 208.62º 1% 0.68% -
XYZ 11.38 10.54 41.48 -
YUV 73.25 184.85 75.75 -
System Red Green Blue C M Y K H S L
Decimal 0 91 174 1 0.48 0 0.32 208.62 1 0.34
Hex 0 5B AE 64 30 0 20 D1 64 22
Octal 0 133 256 144 60 0 40 321 144 42
Binary 0 1011011 10101110 1100100 110000 0 100000 11010001 1100100 100010

Color Harmonies of #005BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BAE

Black with #005BAE

Text Example


Text Example

White with #005BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,91,174); }

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

background-color css

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

 a { background-color: rgb(0,91,174); }

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

border-color css

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

 span { border-color: rgb(0,91,174); }

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