Html Css Color HEX #013292 Smalt

📋 copy color: '#013292'

red 1 ◦ green 50 ◦ blue 146

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

Shades of Smalt #013292

Tints of Smalt #013292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 0.51%
G = 25.38%
B = 74.11%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#013292 (or 0x013292) is known color: Smalt. HEX triplet: 01, 32 and 92. RGB value is (1,50,146). Sum of RGB (Red+Green+Blue) = 1+50+146=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #013292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013292 is #FECD6D. Grayscale: #2D2D2D. Windows color (decimal): -16698734 or 9581057. OLE color: 9581057.

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

Color convert

RGB 1 50 146 -
CMYK 0.99 0.66 0 0.43
HSL 219.72º 0.99% 0.29% -
HSV(B) 219.72º 0.99% 0.57% -
XYZ 6.34 4.36 27.7 -
YUV 46.29 184.27 95.69 -
System Red Green Blue C M Y K H S L
Decimal 1 50 146 0.99 0.66 0 0.43 219.72 0.99 0.29
Hex 1 32 92 63 42 0 2B DC 63 1D
Octal 1 62 222 143 102 0 53 334 143 35
Binary 1 110010 10010010 1100011 1000010 0 101011 11011100 1100011 11101

Color Harmonies of #013292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013292

Black with #013292

Text Example


Text Example

White with #013292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013292; }

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

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

background-color css

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

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

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

border-color css

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

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

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