Html Css Color HEX #013097 Smalt

📋 copy color: '#013097'

red 1 ◦ green 48 ◦ blue 151

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

Shades of Smalt #013097

Tints of Smalt #013097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 75.5%

R = 0.5%
G = 24%
B = 75.5%

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

#013097 (or 0x013097) is known color: Smalt. HEX triplet: 01, 30 and 97. RGB value is (1,48,151). Sum of RGB (Red+Green+Blue) = 1+48+151=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 151 (59.38% from 255 or 75.5% from 200); Max value from RGB is 151 - color contains mainly: blue. Hex color #013097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013097 is #FECF68. Grayscale: #2D2D2D. Windows color (decimal): -16699241 or 9908225. OLE color: 9908225.

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

Color convert

RGB 1 48 151 -
CMYK 0.99 0.68 0 0.41
HSL 221.2º 0.99% 0.3% -
HSV(B) 221.2º 0.99% 0.59% -
XYZ 6.66 4.35 29.77 -
YUV 45.69 187.43 96.12 -
System Red Green Blue C M Y K H S L
Decimal 1 48 151 0.99 0.68 0 0.41 221.2 0.99 0.3
Hex 1 30 97 63 44 0 29 DD 63 1E
Octal 1 60 227 143 104 0 51 335 143 36
Binary 1 110000 10010111 1100011 1000100 0 101001 11011101 1100011 11110

Color Harmonies of #013097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013097

Black with #013097

Text Example


Text Example

White with #013097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013097; }

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

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

background-color css

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

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

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

border-color css

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

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

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