Html Css Color HEX #023696 Smalt

📋 copy color: '#023696'

red 2 ◦ green 54 ◦ blue 150

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

Shades of Smalt #023696

Tints of Smalt #023696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

 BLUE value IS 150 (58.98% from 255) = 72.82%

R = 0.97%
G = 26.21%
B = 72.82%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#023696 (or 0x023696) is known color: Smalt. HEX triplet: 02, 36 and 96. RGB value is (2,54,150). Sum of RGB (Red+Green+Blue) = 2+54+150=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #023696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023696 is #FDC969. Grayscale: #303030. Windows color (decimal): -16632170 or 9844226. OLE color: 9844226.

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

Color convert

RGB 2 54 150 -
CMYK 0.99 0.64 0 0.41
HSL 218.92º 0.97% 0.3% -
HSV(B) 218.92º 0.99% 0.59% -
XYZ 6.85 4.85 29.43 -
YUV 49.4 184.77 94.19 -
System Red Green Blue C M Y K H S L
Decimal 2 54 150 0.99 0.64 0 0.41 218.92 0.97 0.3
Hex 2 36 96 63 40 0 29 DB 61 1E
Octal 2 66 226 143 100 0 51 333 141 36
Binary 10 110110 10010110 1100011 1000000 0 101001 11011011 1100001 11110

Color Harmonies of #023696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023696

Black with #023696

Text Example


Text Example

White with #023696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023696; }

 p { color: rgb(2,54,150); }

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

background-color css

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

 a { background-color: rgb(2,54,150); }

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

border-color css

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

 span { border-color: rgb(2,54,150); }

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