Html Css Color HEX #005E9B Cobalt

📋 copy color: '#005E9B'

red 0 ◦ green 94 ◦ blue 155

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

Shades of Cobalt #005E9B

Tints of Cobalt #005E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.75%

 BLUE value IS 155 (60.94% from 255) = 62.25%

R = 0%
G = 37.75%
B = 62.25%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#005E9B (or 0x005E9B) is known color: Cobalt. HEX triplet: 00, 5E and 9B. RGB value is (0,94,155). Sum of RGB (Red+Green+Blue) = 0+94+155=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #005E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E9B is #FFA164. Grayscale: #484848. Windows color (decimal): -16752997 or 10182144. OLE color: 10182144.

HSL color Cylindrical-coordinate representation of color #005E9B: hue angle of 203.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E9B is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 94 155 -
CMYK 1 0.39 0 0.39
HSL 203.61º 1% 0.3% -
HSV(B) 203.61º 1% 0.61% -
XYZ 9.92 10.37 32.49 -
YUV 72.85 174.36 76.04 -
System Red Green Blue C M Y K H S L
Decimal 0 94 155 1 0.39 0 0.39 203.61 1 0.3
Hex 0 5E 9B 64 27 0 27 CC 64 1E
Octal 0 136 233 144 47 0 47 314 144 36
Binary 0 1011110 10011011 1100100 100111 0 100111 11001100 1100100 11110

Color Harmonies of #005E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E9B

Black with #005E9B

Text Example


Text Example

White with #005E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,94,155); }

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

background-color css

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

 a { background-color: rgb(0,94,155); }

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

border-color css

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

 span { border-color: rgb(0,94,155); }

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