Html Css Color HEX #023191 Smalt

📋 copy color: '#023191'

red 2 ◦ green 49 ◦ blue 145

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

Shades of Smalt #023191

Tints of Smalt #023191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 73.98%

R = 1.02%
G = 25%
B = 73.98%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023191 (or 0x023191) is known color: Smalt. HEX triplet: 02, 31 and 91. RGB value is (2,49,145). Sum of RGB (Red+Green+Blue) = 2+49+145=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #023191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023191 is #FDCE6E. Grayscale: #2D2D2D. Windows color (decimal): -16633455 or 9515266. OLE color: 9515266.

HSL color Cylindrical-coordinate representation of color #023191: hue angle of 220.28º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023191 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 49 145 -
CMYK 0.99 0.66 0 0.43
HSL 220.28º 0.97% 0.29% -
HSV(B) 220.28º 0.99% 0.57% -
XYZ 6.23 4.25 27.28 -
YUV 45.89 183.93 96.69 -
System Red Green Blue C M Y K H S L
Decimal 2 49 145 0.99 0.66 0 0.43 220.28 0.97 0.29
Hex 2 31 91 63 42 0 2B DC 61 1D
Octal 2 61 221 143 102 0 53 334 141 35
Binary 10 110001 10010001 1100011 1000010 0 101011 11011100 1100001 11101

Color Harmonies of #023191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023191

Black with #023191

Text Example


Text Example

White with #023191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023191; }

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

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

background-color css

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

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

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

border-color css

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

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

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