Html Css Color HEX #023595 Smalt

📋 copy color: '#023595'

red 2 ◦ green 53 ◦ blue 149

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

Shades of Smalt #023595

Tints of Smalt #023595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

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

R = 0.98%
G = 25.98%
B = 73.04%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023595 (or 0x023595) is known color: Smalt. HEX triplet: 02, 35 and 95. RGB value is (2,53,149). Sum of RGB (Red+Green+Blue) = 2+53+149=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #023595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023595 is #FDCA6A. Grayscale: #303030. Windows color (decimal): -16632427 or 9778434. OLE color: 9778434.

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

Color convert

RGB 2 53 149 -
CMYK 0.99 0.64 0 0.42
HSL 219.18º 0.97% 0.3% -
HSV(B) 219.18º 0.99% 0.58% -
XYZ 6.72 4.73 28.99 -
YUV 48.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 2 53 149 0.99 0.64 0 0.42 219.18 0.97 0.3
Hex 2 35 95 63 40 0 2A DB 61 1E
Octal 2 65 225 143 100 0 52 333 141 36
Binary 10 110101 10010101 1100011 1000000 0 101010 11011011 1100001 11110

Color Harmonies of #023595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023595

Black with #023595

Text Example


Text Example

White with #023595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023595; }

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

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

background-color css

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

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

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

border-color css

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

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

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