Html Css Color HEX #023091 Smalt

📋 copy color: '#023091'

red 2 ◦ green 48 ◦ blue 145

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

Shades of Smalt #023091

Tints of Smalt #023091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 1.03%
G = 24.62%
B = 74.36%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023091 (or 0x023091) is known color: Smalt. HEX triplet: 02, 30 and 91. RGB value is (2,48,145). Sum of RGB (Red+Green+Blue) = 2+48+145=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #023091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023091 is #FDCF6E. Grayscale: #2C2C2C. Windows color (decimal): -16633711 or 9515010. OLE color: 9515010.

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

Color convert

RGB 2 48 145 -
CMYK 0.99 0.67 0 0.43
HSL 220.7º 0.97% 0.29% -
HSV(B) 220.7º 0.99% 0.57% -
XYZ 6.19 4.17 27.27 -
YUV 45.3 184.26 97.11 -
System Red Green Blue C M Y K H S L
Decimal 2 48 145 0.99 0.67 0 0.43 220.7 0.97 0.29
Hex 2 30 91 63 43 0 2B DD 61 1D
Octal 2 60 221 143 103 0 53 335 141 35
Binary 10 110000 10010001 1100011 1000011 0 101011 11011101 1100001 11101

Color Harmonies of #023091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023091

Black with #023091

Text Example


Text Example

White with #023091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023091; }

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

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

background-color css

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

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

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

border-color css

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

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

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