Html Css Color HEX #005CA9 Cobalt

📋 copy color: '#005CA9'

red 0 ◦ green 92 ◦ blue 169

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

Shades of Cobalt #005CA9

Tints of Cobalt #005CA9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.25%

 BLUE value IS 169 (66.41% from 255) = 64.75%

R = 0%
G = 35.25%
B = 64.75%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#005CA9 (or 0x005CA9) is known color: Cobalt. HEX triplet: 00, 5C and A9. RGB value is (0,92,169). Sum of RGB (Red+Green+Blue) = 0+92+169=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 169 (66.41% from 255 or 64.75% from 261); Max value from RGB is 169 - color contains mainly: blue. Hex color #005CA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005CA9 is #FFA356. Grayscale: #484848. Windows color (decimal): -16753495 or 11099136. OLE color: 11099136.

HSL color Cylindrical-coordinate representation of color #005CA9: hue angle of 207.34º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CA9 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 0 92 169 -
CMYK 1 0.46 0 0.34
HSL 207.34º 1% 0.33% -
HSV(B) 207.34º 1% 0.66% -
XYZ 10.99 10.52 38.99 -
YUV 73.27 182.02 75.74 -
System Red Green Blue C M Y K H S L
Decimal 0 92 169 1 0.46 0 0.34 207.34 1 0.33
Hex 0 5C A9 64 2E 0 22 CF 64 21
Octal 0 134 251 144 56 0 42 317 144 41
Binary 0 1011100 10101001 1100100 101110 0 100010 11001111 1100100 100001

Color Harmonies of #005CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CA9

Black with #005CA9

Text Example


Text Example

White with #005CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,92,169); }

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

background-color css

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

 a { background-color: rgb(0,92,169); }

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

border-color css

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

 span { border-color: rgb(0,92,169); }

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