Html Css Color HEX #013693 Smalt

📋 copy color: '#013693'

red 1 ◦ green 54 ◦ blue 147

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

Shades of Smalt #013693

Tints of Smalt #013693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 72.77%

R = 0.5%
G = 26.73%
B = 72.77%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013693 (or 0x013693) is known color: Smalt. HEX triplet: 01, 36 and 93. RGB value is (1,54,147). Sum of RGB (Red+Green+Blue) = 1+54+147=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 147 (57.81% from 255 or 72.77% from 202); Max value from RGB is 147 - color contains mainly: blue. Hex color #013693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013693 is #FEC96C. Grayscale: #303030. Windows color (decimal): -16697709 or 9647617. OLE color: 9647617.

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

Color convert

RGB 1 54 147 -
CMYK 0.99 0.63 0 0.42
HSL 218.22º 0.99% 0.29% -
HSV(B) 218.22º 0.99% 0.58% -
XYZ 6.6 4.75 28.17 -
YUV 48.76 183.44 93.94 -
System Red Green Blue C M Y K H S L
Decimal 1 54 147 0.99 0.63 0 0.42 218.22 0.99 0.29
Hex 1 36 93 63 3F 0 2A DA 63 1D
Octal 1 66 223 143 77 0 52 332 143 35
Binary 1 110110 10010011 1100011 111111 0 101010 11011010 1100011 11101

Color Harmonies of #013693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013693

Black with #013693

Text Example


Text Example

White with #013693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013693; }

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

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

background-color css

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

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

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

border-color css

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

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

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