Html Css Color HEX #005A9E Cobalt

📋 copy color: '#005A9E'

red 0 ◦ green 90 ◦ blue 158

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

Shades of Cobalt #005A9E

Tints of Cobalt #005A9E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.29%

 BLUE value IS 158 (62.11% from 255) = 63.71%

R = 0%
G = 36.29%
B = 63.71%

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

#005A9E (or 0x005A9E) is known color: Cobalt. HEX triplet: 00, 5A and 9E. RGB value is (0,90,158). Sum of RGB (Red+Green+Blue) = 0+90+158=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #005A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A9E is #FFA561. Grayscale: #464646. Windows color (decimal): -16754018 or 10377728. OLE color: 10377728.

HSL color Cylindrical-coordinate representation of color #005A9E: hue angle of 205.82º 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 #005A9E is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 90 158 -
CMYK 1 0.43 0 0.38
HSL 205.82º 1% 0.31% -
HSV(B) 205.82º 1% 0.62% -
XYZ 9.83 9.78 33.72 -
YUV 70.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 0 90 158 1 0.43 0 0.38 205.82 1 0.31
Hex 0 5A 9E 64 2B 0 26 CE 64 1F
Octal 0 132 236 144 53 0 46 316 144 37
Binary 0 1011010 10011110 1100100 101011 0 100110 11001110 1100100 11111

Color Harmonies of #005A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A9E

Black with #005A9E

Text Example


Text Example

White with #005A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,90,158); }

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

background-color css

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

 a { background-color: rgb(0,90,158); }

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

border-color css

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

 span { border-color: rgb(0,90,158); }

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