Html Css Color HEX #005CAE Cobalt

📋 copy color: '#005CAE'

red 0 ◦ green 92 ◦ blue 174

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

Shades of Cobalt #005CAE

Tints of Cobalt #005CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.41%

R = 0%
G = 34.59%
B = 65.41%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#005CAE (or 0x005CAE) is known color: Cobalt. HEX triplet: 00, 5C and AE. RGB value is (0,92,174). Sum of RGB (Red+Green+Blue) = 0+92+174=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #005CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005CAE is #FFA351. Grayscale: #494949. Windows color (decimal): -16753490 or 11426816. OLE color: 11426816.

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

Color convert

RGB 0 92 174 -
CMYK 1 0.47 0 0.32
HSL 208.28º 1% 0.34% -
HSV(B) 208.28º 1% 0.68% -
XYZ 11.47 10.71 41.51 -
YUV 73.84 184.52 75.33 -
System Red Green Blue C M Y K H S L
Decimal 0 92 174 1 0.47 0 0.32 208.28 1 0.34
Hex 0 5C AE 64 2F 0 20 D0 64 22
Octal 0 134 256 144 57 0 40 320 144 42
Binary 0 1011100 10101110 1100100 101111 0 100000 11010000 1100100 100010

Color Harmonies of #005CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CAE

Black with #005CAE

Text Example


Text Example

White with #005CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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