Html Css Color HEX #023FAD Cobalt

📋 copy color: '#023FAD'

red 2 ◦ green 63 ◦ blue 173

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

Shades of Cobalt #023FAD

Tints of Cobalt #023FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

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

R = 0.84%
G = 26.47%
B = 72.69%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#023FAD (or 0x023FAD) is known color: Cobalt. HEX triplet: 02, 3F and AD. RGB value is (2,63,173). Sum of RGB (Red+Green+Blue) = 2+63+173=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #023FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023FAD is #FDC052. Grayscale: #383838. Windows color (decimal): -16629843 or 11353858. OLE color: 11353858.

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

Color convert

RGB 2 63 173 -
CMYK 0.99 0.64 0 0.32
HSL 218.6º 0.98% 0.34% -
HSV(B) 218.6º 0.99% 0.68% -
XYZ 9.35 6.59 40.31 -
YUV 57.3 193.29 88.56 -
System Red Green Blue C M Y K H S L
Decimal 2 63 173 0.99 0.64 0 0.32 218.6 0.98 0.34
Hex 2 3F AD 63 40 0 20 DB 62 22
Octal 2 77 255 143 100 0 40 333 142 42
Binary 10 111111 10101101 1100011 1000000 0 100000 11011011 1100010 100010

Color Harmonies of #023FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FAD

Black with #023FAD

Text Example


Text Example

White with #023FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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