Html Css Color HEX #005A9D Cobalt

📋 copy color: '#005A9D'

red 0 ◦ green 90 ◦ blue 157

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

Shades of Cobalt #005A9D

Tints of Cobalt #005A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 0%
G = 36.44%
B = 63.56%

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

#005A9D (or 0x005A9D) is known color: Cobalt. HEX triplet: 00, 5A and 9D. RGB value is (0,90,157). Sum of RGB (Red+Green+Blue) = 0+90+157=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #005A9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A9D is #FFA562. Grayscale: #464646. Windows color (decimal): -16754019 or 10312192. OLE color: 10312192.

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

Color convert

RGB 0 90 157 -
CMYK 1 0.43 0 0.38
HSL 205.61º 1% 0.31% -
HSV(B) 205.61º 1% 0.62% -
XYZ 9.74 9.75 33.27 -
YUV 70.73 176.68 77.55 -
System Red Green Blue C M Y K H S L
Decimal 0 90 157 1 0.43 0 0.38 205.61 1 0.31
Hex 0 5A 9D 64 2B 0 26 CE 64 1F
Octal 0 132 235 144 53 0 46 316 144 37
Binary 0 1011010 10011101 1100100 101011 0 100110 11001110 1100100 11111

Color Harmonies of #005A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A9D

Black with #005A9D

Text Example


Text Example

White with #005A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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