Html Css Color HEX #005CA7 Cobalt

📋 copy color: '#005CA7'

red 0 ◦ green 92 ◦ blue 167

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

Shades of Cobalt #005CA7

Tints of Cobalt #005CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 64.48%

R = 0%
G = 35.52%
B = 64.48%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#005CA7 (or 0x005CA7) is known color: Cobalt. HEX triplet: 00, 5C and A7. RGB value is (0,92,167). Sum of RGB (Red+Green+Blue) = 0+92+167=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 167 (65.62% from 255 or 64.48% from 259); Max value from RGB is 167 - color contains mainly: blue. Hex color #005CA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005CA7 is #FFA358. Grayscale: #484848. Windows color (decimal): -16753497 or 10968064. OLE color: 10968064.

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

Color convert

RGB 0 92 167 -
CMYK 1 0.45 0 0.35
HSL 206.95º 1% 0.33% -
HSV(B) 206.95º 1% 0.65% -
XYZ 10.8 10.44 38.01 -
YUV 73.04 181.02 75.9 -
System Red Green Blue C M Y K H S L
Decimal 0 92 167 1 0.45 0 0.35 206.95 1 0.33
Hex 0 5C A7 64 2D 0 23 CF 64 21
Octal 0 134 247 144 55 0 43 317 144 41
Binary 0 1011100 10100111 1100100 101101 0 100011 11001111 1100100 100001

Color Harmonies of #005CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CA7

Black with #005CA7

Text Example


Text Example

White with #005CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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