Html Css Color HEX #013695 Smalt

📋 copy color: '#013695'

red 1 ◦ green 54 ◦ blue 149

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

Shades of Smalt #013695

Tints of Smalt #013695

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

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

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

R = 0.49%
G = 26.47%
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

#013695 (or 0x013695) is known color: Smalt. HEX triplet: 01, 36 and 95. RGB value is (1,54,149). Sum of RGB (Red+Green+Blue) = 1+54+149=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 54 (21.48% from 255 or 26.47% 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 #013695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013695 is #FEC96A. Grayscale: #303030. Windows color (decimal): -16697707 or 9778689. OLE color: 9778689.

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

Color convert

RGB 1 54 149 -
CMYK 0.99 0.64 0 0.42
HSL 218.51º 0.99% 0.29% -
HSV(B) 218.51º 0.99% 0.58% -
XYZ 6.76 4.81 29.01 -
YUV 48.98 184.44 93.78 -
System Red Green Blue C M Y K H S L
Decimal 1 54 149 0.99 0.64 0 0.42 218.51 0.99 0.29
Hex 1 36 95 63 40 0 2A DB 63 1D
Octal 1 66 225 143 100 0 52 333 143 35
Binary 1 110110 10010101 1100011 1000000 0 101010 11011011 1100011 11101

Color Harmonies of #013695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013695

Black with #013695

Text Example


Text Example

White with #013695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013695; }

 p { color: rgb(1,54,149); }

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

background-color css

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

 a { background-color: rgb(1,54,149); }

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

border-color css

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

 span { border-color: rgb(1,54,149); }

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