#023BB5

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

Shades of Cobalt #023BB5

Tints of Cobalt #023BB5

Color information

#023BB5 (or 0x023BB5) is unknown color: approx Cobalt. HEX triplet: 02, 3B and B5. RGB value is (2,59,181). Sum of RGB (Red+Green+Blue) = 2+59+181=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 181 (71.09% from 255 or 74.79% from 242); Max value from RGB is 181 - color contains mainly: blue. Hex color #023BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BB5 is #FDC44A. Grayscale: #373737. Windows color (decimal): -16630859 or 11877122. OLE color: 11877122.

HSL color Cylindrical-coordinate representation of color #023BB5: hue angle of 220.89º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BB5 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB259181-
CMYK0.990.6700.29
HSL220.89º97.81%35.88%-
HSV(B)220.89º98.9%70.98%-
XYZ9.936.4844.44-
YUV55.86198.6289.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 181 (71.09% from 255) = 74.79%
R=0.83%
G=24.38%
B=74.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2591810.990.6700.29220.8997.8135.88
Hex23BB5634301Ddd6224
Octal27326514310303533514244
Binary101110111011010111000111000011011101110111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,59,181); }

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

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

 a { background-color: rgb(2,59,181); }

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

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

 span { border-color: rgb(2,59,181); }

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