Html Css Color HEX #023ABF Cobalt

📋 copy color: '#023ABF'

red 2 ◦ green 58 ◦ blue 191

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

Shades of Cobalt #023ABF

Tints of Cobalt #023ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.11%

 BLUE value IS 191 (75% from 255) = 76.1%

R = 0.8%
G = 23.11%
B = 76.1%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#023ABF (or 0x023ABF) is known color: Cobalt. HEX triplet: 02, 3A and BF. RGB value is (2,58,191). Sum of RGB (Red+Green+Blue) = 2+58+191=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #023ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ABF is #FDC540. Grayscale: #373737. Windows color (decimal): -16631105 or 12532226. OLE color: 12532226.

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

Color convert

RGB 2 58 191 -
CMYK 0.99 0.70 0 0.25
HSL 222.22º 0.98% 0.38% -
HSV(B) 222.22º 0.99% 0.75% -
XYZ 10.94 6.8 50.03 -
YUV 56.42 203.95 89.19 -
System Red Green Blue C M Y K H S L
Decimal 2 58 191 0.99 0.70 0 0.25 222.22 0.98 0.38
Hex 2 3A BF 63 46 0 19 DE 62 26
Octal 2 72 277 143 106 0 31 336 142 46
Binary 10 111010 10111111 1100011 1000110 0 11001 11011110 1100010 100110

Color Harmonies of #023ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023ABF

Black with #023ABF

Text Example


Text Example

White with #023ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,58,191); }

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

background-color css

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

 a { background-color: rgb(2,58,191); }

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

border-color css

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

 span { border-color: rgb(2,58,191); }

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