#023DC1

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

Shades of Cobalt #023DC1

Tints of Cobalt #023DC1

Color information

#023DC1 (or 0x023DC1) is unknown color: approx Cobalt. HEX triplet: 02, 3D and C1. RGB value is (2,61,193). Sum of RGB (Red+Green+Blue) = 2+61+193=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #023DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DC1 is #FDC23E. Grayscale: #393939. Windows color (decimal): -16630335 or 12664066. OLE color: 12664066.

HSL color Cylindrical-coordinate representation of color #023DC1: hue angle of 221.47º 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 #023DC1 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB261193-
CMYK0.990.6800.24
HSL221.47º97.95%38.24%-
HSV(B)221.47º98.96%75.69%-
XYZ11.327.251.25-
YUV58.41203.9587.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 193 (75.78% from 255) = 75.39%
R=0.78%
G=23.83%
B=75.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2611930.990.6800.24221.4797.9538.24
Hex23DC16344018dd6226
Octal27530114310403033514246
Binary101111011100000111000111000100011000110111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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