Html Css Color HEX #013792 Smalt

📋 copy color: '#013792'

red 1 ◦ green 55 ◦ blue 146

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

Shades of Smalt #013792

Tints of Smalt #013792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.23%

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

R = 0.5%
G = 27.23%
B = 72.28%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#013792 (or 0x013792) is known color: Smalt. HEX triplet: 01, 37 and 92. RGB value is (1,55,146). Sum of RGB (Red+Green+Blue) = 1+55+146=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #013792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013792 is #FEC86D. Grayscale: #303030. Windows color (decimal): -16697454 or 9582337. OLE color: 9582337.

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

Color convert

RGB 1 55 146 -
CMYK 0.99 0.62 0 0.43
HSL 217.66º 0.99% 0.29% -
HSV(B) 217.66º 0.99% 0.57% -
XYZ 6.57 4.81 27.78 -
YUV 49.23 182.61 93.6 -
System Red Green Blue C M Y K H S L
Decimal 1 55 146 0.99 0.62 0 0.43 217.66 0.99 0.29
Hex 1 37 92 63 3E 0 2B DA 63 1D
Octal 1 67 222 143 76 0 53 332 143 35
Binary 1 110111 10010010 1100011 111110 0 101011 11011010 1100011 11101

Color Harmonies of #013792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013792

Black with #013792

Text Example


Text Example

White with #013792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013792; }

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

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

background-color css

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

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

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

border-color css

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

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

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