Html Css Color HEX #023BA0 Smalt

📋 copy color: '#023BA0'

red 2 ◦ green 59 ◦ blue 160

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

Shades of Smalt #023BA0

Tints of Smalt #023BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 72.4%

R = 0.9%
G = 26.7%
B = 72.4%

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

#023BA0 (or 0x023BA0) is known color: Smalt. HEX triplet: 02, 3B and A0. RGB value is (2,59,160). Sum of RGB (Red+Green+Blue) = 2+59+160=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 160 (62.89% from 255 or 72.40% from 221); Max value from RGB is 160 - color contains mainly: blue. Hex color #023BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023BA0 is #FDC45F. Grayscale: #353535. Windows color (decimal): -16630880 or 10500866. OLE color: 10500866.

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

Color convert

RGB 2 59 160 -
CMYK 0.99 0.63 0 0.37
HSL 218.35º 0.98% 0.32% -
HSV(B) 218.35º 0.99% 0.63% -
XYZ 7.93 5.68 33.94 -
YUV 53.47 188.12 91.29 -
System Red Green Blue C M Y K H S L
Decimal 2 59 160 0.99 0.63 0 0.37 218.35 0.98 0.32
Hex 2 3B A0 63 3F 0 25 DA 62 20
Octal 2 73 240 143 77 0 45 332 142 40
Binary 10 111011 10100000 1100011 111111 0 100101 11011010 1100010 100000

Color Harmonies of #023BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BA0

Black with #023BA0

Text Example


Text Example

White with #023BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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