Html Css Color HEX #005B9F Cobalt

📋 copy color: '#005B9F'

red 0 ◦ green 91 ◦ blue 159

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

Shades of Cobalt #005B9F

Tints of Cobalt #005B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.6%

R = 0%
G = 36.4%
B = 63.6%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#005B9F (or 0x005B9F) is known color: Cobalt. HEX triplet: 00, 5B and 9F. RGB value is (0,91,159). Sum of RGB (Red+Green+Blue) = 0+91+159=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #005B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B9F is #FFA460. Grayscale: #474747. Windows color (decimal): -16753761 or 10443520. OLE color: 10443520.

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

Color convert

RGB 0 91 159 -
CMYK 1 0.43 0 0.38
HSL 205.66º 1% 0.31% -
HSV(B) 205.66º 1% 0.62% -
XYZ 10 9.99 34.2 -
YUV 71.54 177.35 76.97 -
System Red Green Blue C M Y K H S L
Decimal 0 91 159 1 0.43 0 0.38 205.66 1 0.31
Hex 0 5B 9F 64 2B 0 26 CE 64 1F
Octal 0 133 237 144 53 0 46 316 144 37
Binary 0 1011011 10011111 1100100 101011 0 100110 11001110 1100100 11111

Color Harmonies of #005B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B9F

Black with #005B9F

Text Example


Text Example

White with #005B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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