Html Css Color HEX #023FAA Cobalt

📋 copy color: '#023FAA'

red 2 ◦ green 63 ◦ blue 170

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

Shades of Cobalt #023FAA

Tints of Cobalt #023FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 0.85%
G = 26.81%
B = 72.34%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#023FAA (or 0x023FAA) is known color: Cobalt. HEX triplet: 02, 3F and AA. RGB value is (2,63,170). Sum of RGB (Red+Green+Blue) = 2+63+170=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #023FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023FAA is #FDC055. Grayscale: #383838. Windows color (decimal): -16629846 or 11157250. OLE color: 11157250.

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

Color convert

RGB 2 63 170 -
CMYK 0.99 0.63 0 0.33
HSL 218.21º 0.98% 0.34% -
HSV(B) 218.21º 0.99% 0.67% -
XYZ 9.06 6.47 38.8 -
YUV 56.96 191.79 88.8 -
System Red Green Blue C M Y K H S L
Decimal 2 63 170 0.99 0.63 0 0.33 218.21 0.98 0.34
Hex 2 3F AA 63 3F 0 21 DA 62 22
Octal 2 77 252 143 77 0 41 332 142 42
Binary 10 111111 10101010 1100011 111111 0 100001 11011010 1100010 100010

Color Harmonies of #023FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FAA

Black with #023FAA

Text Example


Text Example

White with #023FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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