Html Css Color HEX #023291 Smalt

📋 copy color: '#023291'

red 2 ◦ green 50 ◦ blue 145

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

Shades of Smalt #023291

Tints of Smalt #023291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 1.02%
G = 25.38%
B = 73.6%

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

#023291 (or 0x023291) is known color: Smalt. HEX triplet: 02, 32 and 91. RGB value is (2,50,145). Sum of RGB (Red+Green+Blue) = 2+50+145=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #023291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023291 is #FDCD6E. Grayscale: #2E2E2E. Windows color (decimal): -16633199 or 9515522. OLE color: 9515522.

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

Color convert

RGB 2 50 145 -
CMYK 0.99 0.66 0 0.43
HSL 219.86º 0.97% 0.29% -
HSV(B) 219.86º 0.99% 0.57% -
XYZ 6.28 4.34 27.29 -
YUV 46.48 183.6 96.28 -
System Red Green Blue C M Y K H S L
Decimal 2 50 145 0.99 0.66 0 0.43 219.86 0.97 0.29
Hex 2 32 91 63 42 0 2B DC 61 1D
Octal 2 62 221 143 102 0 53 334 141 35
Binary 10 110010 10010001 1100011 1000010 0 101011 11011100 1100001 11101

Color Harmonies of #023291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023291

Black with #023291

Text Example


Text Example

White with #023291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023291; }

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

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

background-color css

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

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

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

border-color css

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

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

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