#023CA5

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

Shades of Cobalt #023CA5

Tints of Cobalt #023CA5

Color information

#023CA5 (or 0x023CA5) is unknown color: approx Cobalt. HEX triplet: 02, 3C and A5. RGB value is (2,60,165). Sum of RGB (Red+Green+Blue) = 2+60+165=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 165 (64.84% from 255 or 72.69% from 227); Max value from RGB is 165 - color contains mainly: blue. Hex color #023CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023CA5 is #FDC35A. Grayscale: #363636. Windows color (decimal): -16630619 or 10828802. OLE color: 10828802.

HSL color Cylindrical-coordinate representation of color #023CA5: hue angle of 218.65º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CA5 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB260165-
CMYK0.990.6400.35
HSL218.65º97.6%32.75%-
HSV(B)218.65º98.79%64.71%-
XYZ8.435.9636.3-
YUV54.63190.2890.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 165 (64.84% from 255) = 72.69%
R=0.88%
G=26.43%
B=72.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2601650.990.6400.35218.6597.632.75
Hex23CA56340023db6221
Octal27424514310004333314241
Binary1011110010100101110001110000000100011110110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023CA5; }

 p { color: rgb(2,60,165); }

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

<style>
 a { background-color: #023CA5; }

 a { background-color: rgb(2,60,165); }

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

<style>
 span { border-color: #023CA5; }

 span { border-color: rgb(2,60,165); }

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