Html Css Color HEX #013096 Smalt

📋 copy color: '#013096'

red 1 ◦ green 48 ◦ blue 150

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

Shades of Smalt #013096

Tints of Smalt #013096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

 BLUE value IS 150 (58.98% from 255) = 75.38%

R = 0.5%
G = 24.12%
B = 75.38%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#013096 (or 0x013096) is known color: Smalt. HEX triplet: 01, 30 and 96. RGB value is (1,48,150). Sum of RGB (Red+Green+Blue) = 1+48+150=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #013096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013096 is #FECF69. Grayscale: #2D2D2D. Windows color (decimal): -16699242 or 9842689. OLE color: 9842689.

HSL color Cylindrical-coordinate representation of color #013096: hue angle of 221.07º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013096 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 48 150 -
CMYK 0.99 0.68 0 0.41
HSL 221.07º 0.99% 0.3% -
HSV(B) 221.07º 0.99% 0.59% -
XYZ 6.57 4.32 29.34 -
YUV 45.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 1 48 150 0.99 0.68 0 0.41 221.07 0.99 0.3
Hex 1 30 96 63 44 0 29 DD 63 1E
Octal 1 60 226 143 104 0 51 335 143 36
Binary 1 110000 10010110 1100011 1000100 0 101001 11011101 1100011 11110

Color Harmonies of #013096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013096

Black with #013096

Text Example


Text Example

White with #013096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013096; }

 p { color: rgb(1,48,150); }

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

background-color css

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

 a { background-color: rgb(1,48,150); }

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

border-color css

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

 span { border-color: rgb(1,48,150); }

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