#005CAA

Color #005CAA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #005CAA

Tints of Cobalt #005CAA

Color information

#005CAA (or 0x005CAA) is unknown color: approx Cobalt. HEX triplet: 00, 5C and AA. RGB value is (0,92,170). Sum of RGB (Red+Green+Blue) = 0+92+170=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #005CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005CAA is #FFA355. Grayscale: #484848. Windows color (decimal): -16753494 or 11164672. OLE color: 11164672.

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

Color convert

RGB092170-
CMYK10.4600.33
HSL207.53º100%33.33%-
HSV(B)207.53º100%66.67%-
XYZ11.0810.5639.48-
YUV73.38182.5275.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 170 (66.80% from 255) = 64.89%
R=0%
G=35.11%
B=64.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal09217010.4600.33207.5310033.33
Hex05CAA642E021d06421
Octal01342521445604132014441
Binary010111001010101011001001011100100001110100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #005CAA;
 }
 .AnyTagClassName
 {
   color: #005CAA;
 }
</style>
background-color css

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

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

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

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

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

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