Html Css Color HEX #013690 Smalt

📋 copy color: '#013690'

red 1 ◦ green 54 ◦ blue 144

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

Shades of Smalt #013690

Tints of Smalt #013690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 72.36%

R = 0.5%
G = 27.14%
B = 72.36%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#013690 (or 0x013690) is known color: Smalt. HEX triplet: 01, 36 and 90. RGB value is (1,54,144). Sum of RGB (Red+Green+Blue) = 1+54+144=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #013690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013690 is #FEC96F. Grayscale: #303030. Windows color (decimal): -16697712 or 9451009. OLE color: 9451009.

HSL color Cylindrical-coordinate representation of color #013690: hue angle of 217.76º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013690 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 54 144 -
CMYK 0.99 0.63 0 0.44
HSL 217.76º 0.99% 0.28% -
HSV(B) 217.76º 0.99% 0.56% -
XYZ 6.37 4.66 26.95 -
YUV 48.41 181.94 94.18 -
System Red Green Blue C M Y K H S L
Decimal 1 54 144 0.99 0.63 0 0.44 217.76 0.99 0.28
Hex 1 36 90 63 3F 0 2C DA 63 1C
Octal 1 66 220 143 77 0 54 332 143 34
Binary 1 110110 10010000 1100011 111111 0 101100 11011010 1100011 11100

Color Harmonies of #013690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013690

Black with #013690

Text Example


Text Example

White with #013690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013690; }

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

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

background-color css

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

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

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

border-color css

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

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

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