Html Css Color HEX #005CA4 Cobalt

📋 copy color: '#005CA4'

red 0 ◦ green 92 ◦ blue 164

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

Shades of Cobalt #005CA4

Tints of Cobalt #005CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 64.06%

R = 0%
G = 35.94%
B = 64.06%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#005CA4 (or 0x005CA4) is known color: Cobalt. HEX triplet: 00, 5C and A4. RGB value is (0,92,164). Sum of RGB (Red+Green+Blue) = 0+92+164=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 164 (64.45% from 255 or 64.06% from 256); Max value from RGB is 164 - color contains mainly: blue. Hex color #005CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005CA4 is #FFA35B. Grayscale: #484848. Windows color (decimal): -16753500 or 10771456. OLE color: 10771456.

HSL color Cylindrical-coordinate representation of color #005CA4: hue angle of 206.34º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CA4 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 92 164 -
CMYK 1 0.44 0 0.36
HSL 206.34º 1% 0.32% -
HSV(B) 206.34º 1% 0.64% -
XYZ 10.53 10.33 36.56 -
YUV 72.7 179.52 76.15 -
System Red Green Blue C M Y K H S L
Decimal 0 92 164 1 0.44 0 0.36 206.34 1 0.32
Hex 0 5C A4 64 2C 0 24 CE 64 20
Octal 0 134 244 144 54 0 44 316 144 40
Binary 0 1011100 10100100 1100100 101100 0 100100 11001110 1100100 100000

Color Harmonies of #005CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CA4

Black with #005CA4

Text Example


Text Example

White with #005CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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