Html Css Color HEX #023CC0 Cobalt

📋 copy color: '#023CC0'

red 2 ◦ green 60 ◦ blue 192

#023CC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #023CC0

Tints of Cobalt #023CC0

RGB

 RED value IS 2 (1.17% from 255) = 0.79%

 GREEN value IS 60 (23.83% from 255) = 23.62%

 BLUE value IS 192 (75.39% from 255) = 75.59%

R = 0.79%
G = 23.62%
B = 75.59%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#023CC0 (or 0x023CC0) is known color: Cobalt. HEX triplet: 02, 3C and C0. RGB value is (2,60,192). Sum of RGB (Red+Green+Blue) = 2+60+192=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 192 (75.39% from 255 or 75.59% from 254); Max value from RGB is 192 - color contains mainly: blue. Hex color #023CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CC0 is #FDC33F. Grayscale: #393939. Windows color (decimal): -16630592 or 12598274. OLE color: 12598274.

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

Color convert

RGB 2 60 192 -
CMYK 0.99 0.69 0 0.25
HSL 221.68º 0.98% 0.38% -
HSV(B) 221.68º 0.99% 0.75% -
XYZ 11.16 7.05 50.64 -
YUV 57.71 203.78 88.27 -
System Red Green Blue C M Y K H S L
Decimal 2 60 192 0.99 0.69 0 0.25 221.68 0.98 0.38
Hex 2 3C C0 63 45 0 19 DE 62 26
Octal 2 74 300 143 105 0 31 336 142 46
Binary 10 111100 11000000 1100011 1000101 0 11001 11011110 1100010 100110

Color Harmonies of #023CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CC0

Black with #023CC0

Text Example


Text Example

White with #023CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #023CC0;
 }
 .AnyTagClassName
 {
   color: #023CC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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