#023CC1

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

Shades of Cobalt #023CC1

Tints of Cobalt #023CC1

Color information

#023CC1 (or 0x023CC1) is unknown color: approx Cobalt. HEX triplet: 02, 3C and C1. RGB value is (2,60,193). Sum of RGB (Red+Green+Blue) = 2+60+193=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #023CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CC1 is #FDC33E. Grayscale: #393939. Windows color (decimal): -16630591 or 12663810. OLE color: 12663810.

HSL color Cylindrical-coordinate representation of color #023CC1: hue angle of 221.78º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CC1 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB260193-
CMYK0.990.6900.24
HSL221.78º97.95%38.24%-
HSV(B)221.78º98.96%75.69%-
XYZ11.277.0951.23-
YUV57.82204.2888.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 60 (23.83% from 255) = 23.53%
BLUE value IS 193 (75.78% from 255) = 75.69%
R=0.78%
G=23.53%
B=75.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2601930.990.6900.24221.7897.9538.24
Hex23CC16345018de6226
Octal27430114310503033614246
Binary101111001100000111000111000101011000110111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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