Html Css Color HEX #023DAC Cobalt

📋 copy color: '#023DAC'

red 2 ◦ green 61 ◦ blue 172

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

Shades of Cobalt #023DAC

Tints of Cobalt #023DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 73.19%

R = 0.85%
G = 25.96%
B = 73.19%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#023DAC (or 0x023DAC) is known color: Cobalt. HEX triplet: 02, 3D and AC. RGB value is (2,61,172). Sum of RGB (Red+Green+Blue) = 2+61+172=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #023DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023DAC is #FDC253. Grayscale: #373737. Windows color (decimal): -16630356 or 11287810. OLE color: 11287810.

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

Color convert

RGB 2 61 172 -
CMYK 0.99 0.65 0 0.33
HSL 219.18º 0.98% 0.34% -
HSV(B) 219.18º 0.99% 0.67% -
XYZ 9.14 6.33 39.77 -
YUV 56.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 2 61 172 0.99 0.65 0 0.33 219.18 0.98 0.34
Hex 2 3D AC 63 41 0 21 DB 62 22
Octal 2 75 254 143 101 0 41 333 142 42
Binary 10 111101 10101100 1100011 1000001 0 100001 11011011 1100010 100010

Color Harmonies of #023DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DAC

Black with #023DAC

Text Example


Text Example

White with #023DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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