Html Css Color HEX #023AA1 Smalt

📋 copy color: '#023AA1'

red 2 ◦ green 58 ◦ blue 161

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

Shades of Smalt #023AA1

Tints of Smalt #023AA1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

 BLUE value IS 161 (63.28% from 255) = 72.85%

R = 0.9%
G = 26.24%
B = 72.85%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#023AA1 (or 0x023AA1) is known color: Smalt. HEX triplet: 02, 3A and A1. RGB value is (2,58,161). Sum of RGB (Red+Green+Blue) = 2+58+161=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 161 (63.28% from 255 or 72.85% from 221); Max value from RGB is 161 - color contains mainly: blue. Hex color #023AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023AA1 is #FDC55E. Grayscale: #343434. Windows color (decimal): -16631135 or 10566146. OLE color: 10566146.

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

Color convert

RGB 2 58 161 -
CMYK 0.99 0.64 0 0.37
HSL 218.87º 0.98% 0.32% -
HSV(B) 218.87º 0.99% 0.63% -
XYZ 7.97 5.61 34.38 -
YUV 53 188.95 91.62 -
System Red Green Blue C M Y K H S L
Decimal 2 58 161 0.99 0.64 0 0.37 218.87 0.98 0.32
Hex 2 3A A1 63 40 0 25 DB 62 20
Octal 2 72 241 143 100 0 45 333 142 40
Binary 10 111010 10100001 1100011 1000000 0 100101 11011011 1100010 100000

Color Harmonies of #023AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023AA1

Black with #023AA1

Text Example


Text Example

White with #023AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,58,161); }

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

background-color css

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

 a { background-color: rgb(2,58,161); }

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

border-color css

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

 span { border-color: rgb(2,58,161); }

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