Html Css Color HEX #023495 Smalt

📋 copy color: '#023495'

red 2 ◦ green 52 ◦ blue 149

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

Shades of Smalt #023495

Tints of Smalt #023495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

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

R = 0.99%
G = 25.62%
B = 73.4%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023495 (or 0x023495) is known color: Smalt. HEX triplet: 02, 34 and 95. RGB value is (2,52,149). Sum of RGB (Red+Green+Blue) = 2+52+149=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #023495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023495 is #FDCB6A. Grayscale: #2F2F2F. Windows color (decimal): -16632683 or 9778178. OLE color: 9778178.

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

Color convert

RGB 2 52 149 -
CMYK 0.99 0.65 0 0.42
HSL 219.59º 0.97% 0.3% -
HSV(B) 219.59º 0.99% 0.58% -
XYZ 6.68 4.64 28.98 -
YUV 48.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 2 52 149 0.99 0.65 0 0.42 219.59 0.97 0.3
Hex 2 34 95 63 41 0 2A DC 61 1E
Octal 2 64 225 143 101 0 52 334 141 36
Binary 10 110100 10010101 1100011 1000001 0 101010 11011100 1100001 11110

Color Harmonies of #023495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023495

Black with #023495

Text Example


Text Example

White with #023495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023495; }

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

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

background-color css

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

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

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

border-color css

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

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

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