Html Css Color HEX #023197 Smalt

📋 copy color: '#023197'

red 2 ◦ green 49 ◦ blue 151

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

Shades of Smalt #023197

Tints of Smalt #023197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.26%

 BLUE value IS 151 (59.38% from 255) = 74.75%

R = 0.99%
G = 24.26%
B = 74.75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#023197 (or 0x023197) is known color: Smalt. HEX triplet: 02, 31 and 97. RGB value is (2,49,151). Sum of RGB (Red+Green+Blue) = 2+49+151=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #023197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023197 is #FDCE68. Grayscale: #2E2E2E. Windows color (decimal): -16633449 or 9908482. OLE color: 9908482.

HSL color Cylindrical-coordinate representation of color #023197: hue angle of 221.07º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023197 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 49 151 -
CMYK 0.99 0.68 0 0.41
HSL 221.07º 0.97% 0.3% -
HSV(B) 221.07º 0.99% 0.59% -
XYZ 6.71 4.44 29.78 -
YUV 46.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 2 49 151 0.99 0.68 0 0.41 221.07 0.97 0.3
Hex 2 31 97 63 44 0 29 DD 61 1E
Octal 2 61 227 143 104 0 51 335 141 36
Binary 10 110001 10010111 1100011 1000100 0 101001 11011101 1100001 11110

Color Harmonies of #023197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023197

Black with #023197

Text Example


Text Example

White with #023197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023197; }

 p { color: rgb(2,49,151); }

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

background-color css

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

 a { background-color: rgb(2,49,151); }

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

border-color css

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

 span { border-color: rgb(2,49,151); }

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