Html Css Color HEX #005BB0 Cobalt

📋 copy color: '#005BB0'

red 0 ◦ green 91 ◦ blue 176

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

Shades of Cobalt #005BB0

Tints of Cobalt #005BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 65.92%

R = 0%
G = 34.08%
B = 65.92%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#005BB0 (or 0x005BB0) is known color: Cobalt. HEX triplet: 00, 5B and B0. RGB value is (0,91,176). Sum of RGB (Red+Green+Blue) = 0+91+176=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 176 (69.14% from 255 or 65.92% from 267); Max value from RGB is 176 - color contains mainly: blue. Hex color #005BB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005BB0 is #FFA44F. Grayscale: #494949. Windows color (decimal): -16753744 or 11557632. OLE color: 11557632.

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

Color convert

RGB 0 91 176 -
CMYK 1 0.48 0 0.31
HSL 208.98º 1% 0.35% -
HSV(B) 208.98º 1% 0.69% -
XYZ 11.58 10.62 42.51 -
YUV 73.48 185.85 75.59 -
System Red Green Blue C M Y K H S L
Decimal 0 91 176 1 0.48 0 0.31 208.98 1 0.35
Hex 0 5B B0 64 30 0 1F D1 64 23
Octal 0 133 260 144 60 0 37 321 144 43
Binary 0 1011011 10110000 1100100 110000 0 11111 11010001 1100100 100011

Color Harmonies of #005BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BB0

Black with #005BB0

Text Example


Text Example

White with #005BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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