Html Css Color HEX #005BA7 Cobalt

📋 copy color: '#005BA7'

red 0 ◦ green 91 ◦ blue 167

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

Shades of Cobalt #005BA7

Tints of Cobalt #005BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 64.73%

R = 0%
G = 35.27%
B = 64.73%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#005BA7 (or 0x005BA7) is known color: Cobalt. HEX triplet: 00, 5B and A7. RGB value is (0,91,167). Sum of RGB (Red+Green+Blue) = 0+91+167=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 167 (65.62% from 255 or 64.73% from 258); Max value from RGB is 167 - color contains mainly: blue. Hex color #005BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005BA7 is #FFA458. Grayscale: #484848. Windows color (decimal): -16753753 or 10967808. OLE color: 10967808.

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

Color convert

RGB 0 91 167 -
CMYK 1 0.46 0 0.35
HSL 207.31º 1% 0.33% -
HSV(B) 207.31º 1% 0.65% -
XYZ 10.72 10.27 37.98 -
YUV 72.46 181.35 76.32 -
System Red Green Blue C M Y K H S L
Decimal 0 91 167 1 0.46 0 0.35 207.31 1 0.33
Hex 0 5B A7 64 2E 0 23 CF 64 21
Octal 0 133 247 144 56 0 43 317 144 41
Binary 0 1011011 10100111 1100100 101110 0 100011 11001111 1100100 100001

Color Harmonies of #005BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BA7

Black with #005BA7

Text Example


Text Example

White with #005BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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