Html Css Color HEX #023AA2 Smalt

📋 copy color: '#023AA2'

red 2 ◦ green 58 ◦ blue 162

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

Shades of Smalt #023AA2

Tints of Smalt #023AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 72.97%

R = 0.9%
G = 26.13%
B = 72.97%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#023AA2 (or 0x023AA2) is known color: Smalt. HEX triplet: 02, 3A and A2. RGB value is (2,58,162). Sum of RGB (Red+Green+Blue) = 2+58+162=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 162 (63.67% from 255 or 72.97% from 222); Max value from RGB is 162 - color contains mainly: blue. Hex color #023AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023AA2 is #FDC55D. Grayscale: #343434. Windows color (decimal): -16631134 or 10631682. OLE color: 10631682.

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

Color convert

RGB 2 58 162 -
CMYK 0.99 0.64 0 0.36
HSL 219º 0.98% 0.32% -
HSV(B) 219º 0.99% 0.64% -
XYZ 8.06 5.65 34.85 -
YUV 53.11 189.45 91.54 -
System Red Green Blue C M Y K H S L
Decimal 2 58 162 0.99 0.64 0 0.36 219 0.98 0.32
Hex 2 3A A2 63 40 0 24 DB 62 20
Octal 2 72 242 143 100 0 44 333 142 40
Binary 10 111010 10100010 1100011 1000000 0 100100 11011011 1100010 100000

Color Harmonies of #023AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023AA2

Black with #023AA2

Text Example


Text Example

White with #023AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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