Html Css Color HEX #013992 Smalt

📋 copy color: '#013992'

red 1 ◦ green 57 ◦ blue 146

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

Shades of Smalt #013992

Tints of Smalt #013992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.94%

 BLUE value IS 146 (57.42% from 255) = 71.57%

R = 0.49%
G = 27.94%
B = 71.57%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#013992 (or 0x013992) is known color: Smalt. HEX triplet: 01, 39 and 92. RGB value is (1,57,146). Sum of RGB (Red+Green+Blue) = 1+57+146=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #013992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013992 is #FEC66D. Grayscale: #313131. Windows color (decimal): -16696942 or 9582849. OLE color: 9582849.

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

Color convert

RGB 1 57 146 -
CMYK 0.99 0.61 0 0.43
HSL 216.83º 0.99% 0.29% -
HSV(B) 216.83º 0.99% 0.57% -
XYZ 6.66 5.01 27.81 -
YUV 50.4 181.95 92.76 -
System Red Green Blue C M Y K H S L
Decimal 1 57 146 0.99 0.61 0 0.43 216.83 0.99 0.29
Hex 1 39 92 63 3D 0 2B D9 63 1D
Octal 1 71 222 143 75 0 53 331 143 35
Binary 1 111001 10010010 1100011 111101 0 101011 11011001 1100011 11101

Color Harmonies of #013992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013992

Black with #013992

Text Example


Text Example

White with #013992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013992; }

 p { color: rgb(1,57,146); }

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

background-color css

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

 a { background-color: rgb(1,57,146); }

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

border-color css

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

 span { border-color: rgb(1,57,146); }

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