Html Css Color HEX #023BC0 Cobalt

📋 copy color: '#023BC0'

red 2 ◦ green 59 ◦ blue 192

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

Shades of Cobalt #023BC0

Tints of Cobalt #023BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.32%

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

R = 0.79%
G = 23.32%
B = 75.89%

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

#023BC0 (or 0x023BC0) is known color: Cobalt. HEX triplet: 02, 3B and C0. RGB value is (2,59,192). Sum of RGB (Red+Green+Blue) = 2+59+192=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 192 (75.39% from 255 or 75.89% from 253); Max value from RGB is 192 - color contains mainly: blue. Hex color #023BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BC0 is #FDC43F. Grayscale: #383838. Windows color (decimal): -16630848 or 12598018. OLE color: 12598018.

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

Color convert

RGB 2 59 192 -
CMYK 0.99 0.69 0 0.25
HSL 222º 0.98% 0.38% -
HSV(B) 222º 0.99% 0.75% -
XYZ 11.1 6.95 50.62 -
YUV 57.12 204.12 88.69 -
System Red Green Blue C M Y K H S L
Decimal 2 59 192 0.99 0.69 0 0.25 222 0.98 0.38
Hex 2 3B C0 63 45 0 19 DE 62 26
Octal 2 73 300 143 105 0 31 336 142 46
Binary 10 111011 11000000 1100011 1000101 0 11001 11011110 1100010 100110

Color Harmonies of #023BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BC0

Black with #023BC0

Text Example


Text Example

White with #023BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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