Html Css Color HEX #023599 Smalt

📋 copy color: '#023599'

red 2 ◦ green 53 ◦ blue 153

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

Shades of Smalt #023599

Tints of Smalt #023599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 73.56%

R = 0.96%
G = 25.48%
B = 73.56%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#023599 (or 0x023599) is known color: Smalt. HEX triplet: 02, 35 and 99. RGB value is (2,53,153). Sum of RGB (Red+Green+Blue) = 2+53+153=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #023599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023599 is #FDCA66. Grayscale: #303030. Windows color (decimal): -16632423 or 10040578. OLE color: 10040578.

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

Color convert

RGB 2 53 153 -
CMYK 0.99 0.65 0 0.4
HSL 219.74º 0.97% 0.3% -
HSV(B) 219.74º 0.99% 0.6% -
XYZ 7.05 4.86 30.7 -
YUV 49.15 186.6 94.37 -
System Red Green Blue C M Y K H S L
Decimal 2 53 153 0.99 0.65 0 0.4 219.74 0.97 0.3
Hex 2 35 99 63 41 0 28 DC 61 1E
Octal 2 65 231 143 101 0 50 334 141 36
Binary 10 110101 10011001 1100011 1000001 0 101000 11011100 1100001 11110

Color Harmonies of #023599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023599

Black with #023599

Text Example


Text Example

White with #023599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023599; }

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

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

background-color css

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

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

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

border-color css

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

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

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