#015CAA

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

Shades of Cobalt #015CAA

Tints of Cobalt #015CAA

Color information

#015CAA (or 0x015CAA) is unknown color: approx Cobalt. HEX triplet: 01, 5C and AA. RGB value is (1,92,170). Sum of RGB (Red+Green+Blue) = 1+92+170=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #015CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CAA is #FEA355. Grayscale: #494949. Windows color (decimal): -16687958 or 11164673. OLE color: 11164673.

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

Color convert

RGB192170-
CMYK0.990.4600.33
HSL207.69º98.83%33.53%-
HSV(B)207.69º99.41%66.67%-
XYZ11.110.5639.48-
YUV73.68182.3576.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 170 (66.80% from 255) = 64.64%
R=0.38%
G=34.98%
B=64.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1921700.990.4600.33207.6998.8333.53
Hex15CAA632E021d06322
Octal11342521435604132014342
Binary110111001010101011000111011100100001110100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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