Html Css Color HEX #005A9B Cobalt

📋 copy color: '#005A9B'

red 0 ◦ green 90 ◦ blue 155

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

Shades of Cobalt #005A9B

Tints of Cobalt #005A9B

RGB

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

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

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

R = 0%
G = 36.73%
B = 63.27%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#005A9B (or 0x005A9B) is known color: Cobalt. HEX triplet: 00, 5A and 9B. RGB value is (0,90,155). Sum of RGB (Red+Green+Blue) = 0+90+155=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #005A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A9B is #FFA564. Grayscale: #464646. Windows color (decimal): -16754021 or 10181120. OLE color: 10181120.

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

Color convert

RGB 0 90 155 -
CMYK 1 0.42 0 0.39
HSL 205.16º 1% 0.3% -
HSV(B) 205.16º 1% 0.61% -
XYZ 9.57 9.68 32.37 -
YUV 70.5 175.68 77.71 -
System Red Green Blue C M Y K H S L
Decimal 0 90 155 1 0.42 0 0.39 205.16 1 0.3
Hex 0 5A 9B 64 2A 0 27 CD 64 1E
Octal 0 132 233 144 52 0 47 315 144 36
Binary 0 1011010 10011011 1100100 101010 0 100111 11001101 1100100 11110

Color Harmonies of #005A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A9B

Black with #005A9B

Text Example


Text Example

White with #005A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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