Html Css Color HEX #013392 Smalt

📋 copy color: '#013392'

red 1 ◦ green 51 ◦ blue 146

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

Shades of Smalt #013392

Tints of Smalt #013392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 0.51%
G = 25.76%
B = 73.74%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#013392 (or 0x013392) is known color: Smalt. HEX triplet: 01, 33 and 92. RGB value is (1,51,146). Sum of RGB (Red+Green+Blue) = 1+51+146=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #013392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013392 is #FECC6D. Grayscale: #2E2E2E. Windows color (decimal): -16698478 or 9581313. OLE color: 9581313.

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

Color convert

RGB 1 51 146 -
CMYK 0.99 0.65 0 0.43
HSL 219.31º 0.99% 0.29% -
HSV(B) 219.31º 0.99% 0.57% -
XYZ 6.38 4.45 27.72 -
YUV 46.88 183.94 95.28 -
System Red Green Blue C M Y K H S L
Decimal 1 51 146 0.99 0.65 0 0.43 219.31 0.99 0.29
Hex 1 33 92 63 41 0 2B DB 63 1D
Octal 1 63 222 143 101 0 53 333 143 35
Binary 1 110011 10010010 1100011 1000001 0 101011 11011011 1100011 11101

Color Harmonies of #013392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013392

Black with #013392

Text Example


Text Example

White with #013392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013392; }

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

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

background-color css

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

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

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

border-color css

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

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

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