Html Css Color HEX #023F91 Smalt

📋 copy color: '#023F91'

red 2 ◦ green 63 ◦ blue 145

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

Shades of Smalt #023F91

Tints of Smalt #023F91

RGB

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

 GREEN value IS 63 (25% from 255) = 30%

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

R = 0.95%
G = 30%
B = 69.05%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023F91 (or 0x023F91) is known color: Smalt. HEX triplet: 02, 3F and 91. RGB value is (2,63,145). Sum of RGB (Red+Green+Blue) = 2+63+145=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #023F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F91 is #FDC06E. Grayscale: #353535. Windows color (decimal): -16629871 or 9518850. OLE color: 9518850.

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

Color convert

RGB 2 63 145 -
CMYK 0.99 0.57 0 0.43
HSL 214.41º 0.97% 0.29% -
HSV(B) 214.41º 0.99% 0.57% -
XYZ 6.91 5.61 27.51 -
YUV 54.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 2 63 145 0.99 0.57 0 0.43 214.41 0.97 0.29
Hex 2 3F 91 63 39 0 2B D6 61 1D
Octal 2 77 221 143 71 0 53 326 141 35
Binary 10 111111 10010001 1100011 111001 0 101011 11010110 1100001 11101

Color Harmonies of #023F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F91

Black with #023F91

Text Example


Text Example

White with #023F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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