Html Css Color HEX #023292 Smalt

📋 copy color: '#023292'

red 2 ◦ green 50 ◦ blue 146

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

Shades of Smalt #023292

Tints of Smalt #023292

RGB

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

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

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

R = 1.01%
G = 25.25%
B = 73.74%

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

#023292 (or 0x023292) is known color: Smalt. HEX triplet: 02, 32 and 92. RGB value is (2,50,146). Sum of RGB (Red+Green+Blue) = 2+50+146=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #023292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023292 is #FDCD6D. Grayscale: #2E2E2E. Windows color (decimal): -16633198 or 9581058. OLE color: 9581058.

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

Color convert

RGB 2 50 146 -
CMYK 0.99 0.66 0 0.43
HSL 220º 0.97% 0.29% -
HSV(B) 220º 0.99% 0.57% -
XYZ 6.35 4.37 27.7 -
YUV 46.59 184.1 96.19 -
System Red Green Blue C M Y K H S L
Decimal 2 50 146 0.99 0.66 0 0.43 220 0.97 0.29
Hex 2 32 92 63 42 0 2B DC 61 1D
Octal 2 62 222 143 102 0 53 334 141 35
Binary 10 110010 10010010 1100011 1000010 0 101011 11011100 1100001 11101

Color Harmonies of #023292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023292

Black with #023292

Text Example


Text Example

White with #023292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023292; }

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

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

background-color css

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

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

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

border-color css

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

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

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