Html Css Color HEX #023295 Smalt

📋 copy color: '#023295'

red 2 ◦ green 50 ◦ blue 149

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

Shades of Smalt #023295

Tints of Smalt #023295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 74.13%

R = 1%
G = 24.88%
B = 74.13%

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

#023295 (or 0x023295) is known color: Smalt. HEX triplet: 02, 32 and 95. RGB value is (2,50,149). Sum of RGB (Red+Green+Blue) = 2+50+149=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #023295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023295 is #FDCD6A. Grayscale: #2E2E2E. Windows color (decimal): -16633195 or 9777666. OLE color: 9777666.

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

Color convert

RGB 2 50 149 -
CMYK 0.99 0.66 0 0.42
HSL 220.41º 0.97% 0.3% -
HSV(B) 220.41º 0.99% 0.58% -
XYZ 6.59 4.46 28.95 -
YUV 46.93 185.6 95.95 -
System Red Green Blue C M Y K H S L
Decimal 2 50 149 0.99 0.66 0 0.42 220.41 0.97 0.3
Hex 2 32 95 63 42 0 2A DC 61 1E
Octal 2 62 225 143 102 0 52 334 141 36
Binary 10 110010 10010101 1100011 1000010 0 101010 11011100 1100001 11110

Color Harmonies of #023295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023295

Black with #023295

Text Example


Text Example

White with #023295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023295; }

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

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

background-color css

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

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

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

border-color css

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

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

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