Html Css Color HEX #023DAD Cobalt

📋 copy color: '#023DAD'

red 2 ◦ green 61 ◦ blue 173

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

Shades of Cobalt #023DAD

Tints of Cobalt #023DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.85%

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

R = 0.85%
G = 25.85%
B = 73.31%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#023DAD (or 0x023DAD) is known color: Cobalt. HEX triplet: 02, 3D and AD. RGB value is (2,61,173). Sum of RGB (Red+Green+Blue) = 2+61+173=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #023DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023DAD is #FDC252. Grayscale: #373737. Windows color (decimal): -16630355 or 11353346. OLE color: 11353346.

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

Color convert

RGB 2 61 173 -
CMYK 0.99 0.65 0 0.32
HSL 219.3º 0.98% 0.34% -
HSV(B) 219.3º 0.99% 0.68% -
XYZ 9.24 6.37 40.28 -
YUV 56.13 193.95 89.39 -
System Red Green Blue C M Y K H S L
Decimal 2 61 173 0.99 0.65 0 0.32 219.3 0.98 0.34
Hex 2 3D AD 63 41 0 20 DB 62 22
Octal 2 75 255 143 101 0 40 333 142 42
Binary 10 111101 10101101 1100011 1000001 0 100000 11011011 1100010 100010

Color Harmonies of #023DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DAD

Black with #023DAD

Text Example


Text Example

White with #023DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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