Html Css Color HEX #023293 Smalt

📋 copy color: '#023293'

red 2 ◦ green 50 ◦ blue 147

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

Shades of Smalt #023293

Tints of Smalt #023293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 73.87%

R = 1.01%
G = 25.13%
B = 73.87%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023293 (or 0x023293) is known color: Smalt. HEX triplet: 02, 32 and 93. RGB value is (2,50,147). Sum of RGB (Red+Green+Blue) = 2+50+147=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #023293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023293 is #FDCD6C. Grayscale: #2E2E2E. Windows color (decimal): -16633197 or 9646594. OLE color: 9646594.

HSL color Cylindrical-coordinate representation of color #023293: hue angle of 220.14º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023293 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 50 147 -
CMYK 0.99 0.66 0 0.42
HSL 220.14º 0.97% 0.29% -
HSV(B) 220.14º 0.99% 0.58% -
XYZ 6.43 4.4 28.11 -
YUV 46.71 184.6 96.11 -
System Red Green Blue C M Y K H S L
Decimal 2 50 147 0.99 0.66 0 0.42 220.14 0.97 0.29
Hex 2 32 93 63 42 0 2A DC 61 1D
Octal 2 62 223 143 102 0 52 334 141 35
Binary 10 110010 10010011 1100011 1000010 0 101010 11011100 1100001 11101

Color Harmonies of #023293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023293

Black with #023293

Text Example


Text Example

White with #023293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023293; }

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

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

background-color css

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

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

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

border-color css

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

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

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