Html Css Color HEX #023BA1 Smalt

📋 copy color: '#023BA1'

red 2 ◦ green 59 ◦ blue 161

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

Shades of Smalt #023BA1

Tints of Smalt #023BA1

RGB

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

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

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

R = 0.9%
G = 26.58%
B = 72.52%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#023BA1 (or 0x023BA1) is known color: Smalt. HEX triplet: 02, 3B and A1. RGB value is (2,59,161). Sum of RGB (Red+Green+Blue) = 2+59+161=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 161 (63.28% from 255 or 72.52% from 222); Max value from RGB is 161 - color contains mainly: blue. Hex color #023BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023BA1 is #FDC45E. Grayscale: #353535. Windows color (decimal): -16630879 or 10566402. OLE color: 10566402.

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

Color convert

RGB 2 59 161 -
CMYK 0.99 0.63 0 0.37
HSL 218.49º 0.98% 0.32% -
HSV(B) 218.49º 0.99% 0.63% -
XYZ 8.02 5.71 34.4 -
YUV 53.59 188.62 91.21 -
System Red Green Blue C M Y K H S L
Decimal 2 59 161 0.99 0.63 0 0.37 218.49 0.98 0.32
Hex 2 3B A1 63 3F 0 25 DA 62 20
Octal 2 73 241 143 77 0 45 332 142 40
Binary 10 111011 10100001 1100011 111111 0 100101 11011010 1100010 100000

Color Harmonies of #023BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BA1

Black with #023BA1

Text Example


Text Example

White with #023BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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