Html Css Color HEX #013694 Smalt

📋 copy color: '#013694'

red 1 ◦ green 54 ◦ blue 148

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

Shades of Smalt #013694

Tints of Smalt #013694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 0.49%
G = 26.6%
B = 72.91%

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

#013694 (or 0x013694) is known color: Smalt. HEX triplet: 01, 36 and 94. RGB value is (1,54,148). Sum of RGB (Red+Green+Blue) = 1+54+148=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #013694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013694 is #FEC96B. Grayscale: #303030. Windows color (decimal): -16697708 or 9713153. OLE color: 9713153.

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

Color convert

RGB 1 54 148 -
CMYK 0.99 0.64 0 0.42
HSL 218.37º 0.99% 0.29% -
HSV(B) 218.37º 0.99% 0.58% -
XYZ 6.68 4.78 28.59 -
YUV 48.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 1 54 148 0.99 0.64 0 0.42 218.37 0.99 0.29
Hex 1 36 94 63 40 0 2A DA 63 1D
Octal 1 66 224 143 100 0 52 332 143 35
Binary 1 110110 10010100 1100011 1000000 0 101010 11011010 1100011 11101

Color Harmonies of #013694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013694

Black with #013694

Text Example


Text Example

White with #013694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013694; }

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

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

background-color css

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

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

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

border-color css

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

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

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