Html Css Color HEX #023BAD Cobalt

📋 copy color: '#023BAD'

red 2 ◦ green 59 ◦ blue 173

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

Shades of Cobalt #023BAD

Tints of Cobalt #023BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 73.93%

R = 0.85%
G = 25.21%
B = 73.93%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#023BAD (or 0x023BAD) is known color: Cobalt. HEX triplet: 02, 3B and AD. RGB value is (2,59,173). Sum of RGB (Red+Green+Blue) = 2+59+173=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #023BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023BAD is #FDC452. Grayscale: #363636. Windows color (decimal): -16630867 or 11352834. OLE color: 11352834.

HSL color Cylindrical-coordinate representation of color #023BAD: hue angle of 220º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BAD is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 59 173 -
CMYK 0.99 0.66 0 0.32
HSL 220º 0.98% 0.34% -
HSV(B) 220º 0.99% 0.68% -
XYZ 9.13 6.16 40.24 -
YUV 54.95 194.62 90.23 -
System Red Green Blue C M Y K H S L
Decimal 2 59 173 0.99 0.66 0 0.32 220 0.98 0.34
Hex 2 3B AD 63 42 0 20 DC 62 22
Octal 2 73 255 143 102 0 40 334 142 42
Binary 10 111011 10101101 1100011 1000010 0 100000 11011100 1100010 100010

Color Harmonies of #023BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BAD

Black with #023BAD

Text Example


Text Example

White with #023BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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