Html Css Color HEX #023591 Smalt

📋 copy color: '#023591'

red 2 ◦ green 53 ◦ blue 145

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

Shades of Smalt #023591

Tints of Smalt #023591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.5%

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

R = 1%
G = 26.5%
B = 72.5%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023591 (or 0x023591) is known color: Smalt. HEX triplet: 02, 35 and 91. RGB value is (2,53,145). Sum of RGB (Red+Green+Blue) = 2+53+145=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #023591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023591 is #FDCA6E. Grayscale: #2F2F2F. Windows color (decimal): -16632431 or 9516290. OLE color: 9516290.

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

Color convert

RGB 2 53 145 -
CMYK 0.99 0.63 0 0.43
HSL 218.6º 0.97% 0.29% -
HSV(B) 218.6º 0.99% 0.57% -
XYZ 6.41 4.6 27.34 -
YUV 48.24 182.6 95.02 -
System Red Green Blue C M Y K H S L
Decimal 2 53 145 0.99 0.63 0 0.43 218.6 0.97 0.29
Hex 2 35 91 63 3F 0 2B DB 61 1D
Octal 2 65 221 143 77 0 53 333 141 35
Binary 10 110101 10010001 1100011 111111 0 101011 11011011 1100001 11101

Color Harmonies of #023591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023591

Black with #023591

Text Example


Text Example

White with #023591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023591; }

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

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

background-color css

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

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

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

border-color css

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

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

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