Html Css Color HEX #023BA2 Smalt

📋 copy color: '#023BA2'

red 2 ◦ green 59 ◦ blue 162

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

Shades of Smalt #023BA2

Tints of Smalt #023BA2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.46%

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

R = 0.9%
G = 26.46%
B = 72.65%

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

#023BA2 (or 0x023BA2) is known color: Smalt. HEX triplet: 02, 3B and A2. RGB value is (2,59,162). Sum of RGB (Red+Green+Blue) = 2+59+162=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 162 (63.67% from 255 or 72.65% from 223); Max value from RGB is 162 - color contains mainly: blue. Hex color #023BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023BA2 is #FDC45D. Grayscale: #353535. Windows color (decimal): -16630878 or 10631938. OLE color: 10631938.

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

Color convert

RGB 2 59 162 -
CMYK 0.99 0.64 0 0.36
HSL 218.63º 0.98% 0.32% -
HSV(B) 218.63º 0.99% 0.64% -
XYZ 8.11 5.75 34.86 -
YUV 53.7 189.12 91.12 -
System Red Green Blue C M Y K H S L
Decimal 2 59 162 0.99 0.64 0 0.36 218.63 0.98 0.32
Hex 2 3B A2 63 40 0 24 DB 62 20
Octal 2 73 242 143 100 0 44 333 142 40
Binary 10 111011 10100010 1100011 1000000 0 100100 11011011 1100010 100000

Color Harmonies of #023BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BA2

Black with #023BA2

Text Example


Text Example

White with #023BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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