#023FAC

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

Shades of Cobalt #023FAC

Tints of Cobalt #023FAC

Color information

#023FAC (or 0x023FAC) is unknown color: approx Cobalt. HEX triplet: 02, 3F and AC. RGB value is (2,63,172). Sum of RGB (Red+Green+Blue) = 2+63+172=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #023FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023FAC is #FDC053. Grayscale: #383838. Windows color (decimal): -16629844 or 11288322. OLE color: 11288322.

HSL color Cylindrical-coordinate representation of color #023FAC: hue angle of 218.47º degrees, saturation: 0.98, 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 #023FAC is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB263172-
CMYK0.990.6300.33
HSL218.47º97.7%34.12%-
HSV(B)218.47º98.84%67.45%-
XYZ9.256.5539.81-
YUV57.19192.7988.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 172 (67.58% from 255) = 72.57%
R=0.84%
G=26.58%
B=72.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2631720.990.6300.33218.4797.734.12
Hex23FAC633F021da6222
Octal2772541437704133214242
Binary101111111010110011000111111110100001110110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,63,172); }

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

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

 a { background-color: rgb(2,63,172); }

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

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

 span { border-color: rgb(2,63,172); }

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