Html Css Color HEX #023392 Smalt

📋 copy color: '#023392'

red 2 ◦ green 51 ◦ blue 146

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

Shades of Smalt #023392

Tints of Smalt #023392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

 BLUE value IS 146 (57.42% from 255) = 73.37%

R = 1.01%
G = 25.63%
B = 73.37%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023392 (or 0x023392) is known color: Smalt. HEX triplet: 02, 33 and 92. RGB value is (2,51,146). Sum of RGB (Red+Green+Blue) = 2+51+146=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #023392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023392 is #FDCC6D. Grayscale: #2E2E2E. Windows color (decimal): -16632942 or 9581314. OLE color: 9581314.

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

Color convert

RGB 2 51 146 -
CMYK 0.99 0.65 0 0.43
HSL 219.58º 0.97% 0.29% -
HSV(B) 219.58º 0.99% 0.57% -
XYZ 6.4 4.46 27.72 -
YUV 47.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 2 51 146 0.99 0.65 0 0.43 219.58 0.97 0.29
Hex 2 33 92 63 41 0 2B DC 61 1D
Octal 2 63 222 143 101 0 53 334 141 35
Binary 10 110011 10010010 1100011 1000001 0 101011 11011100 1100001 11101

Color Harmonies of #023392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023392

Black with #023392

Text Example


Text Example

White with #023392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023392; }

 p { color: rgb(2,51,146); }

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

background-color css

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

 a { background-color: rgb(2,51,146); }

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

border-color css

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

 span { border-color: rgb(2,51,146); }

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