Html Css Color HEX #023391 Smalt

📋 copy color: '#023391'

red 2 ◦ green 51 ◦ blue 145

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

Shades of Smalt #023391

Tints of Smalt #023391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 1.01%
G = 25.76%
B = 73.23%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023391 (or 0x023391) is known color: Smalt. HEX triplet: 02, 33 and 91. RGB value is (2,51,145). Sum of RGB (Red+Green+Blue) = 2+51+145=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #023391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023391 is #FDCC6E. Grayscale: #2E2E2E. Windows color (decimal): -16632943 or 9515778. OLE color: 9515778.

HSL color Cylindrical-coordinate representation of color #023391: hue angle of 219.44º 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 #023391 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 51 145 -
CMYK 0.99 0.65 0 0.43
HSL 219.44º 0.97% 0.29% -
HSV(B) 219.44º 0.99% 0.57% -
XYZ 6.32 4.42 27.31 -
YUV 47.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 2 51 145 0.99 0.65 0 0.43 219.44 0.97 0.29
Hex 2 33 91 63 41 0 2B DB 61 1D
Octal 2 63 221 143 101 0 53 333 141 35
Binary 10 110011 10010001 1100011 1000001 0 101011 11011011 1100001 11101

Color Harmonies of #023391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023391

Black with #023391

Text Example


Text Example

White with #023391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023391; }

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

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

background-color css

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

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

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

border-color css

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

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

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