Html Css Color HEX #01319D Smalt

📋 copy color: '#01319D'

red 1 ◦ green 49 ◦ blue 157

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

Shades of Smalt #01319D

Tints of Smalt #01319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 157 (61.72% from 255) = 75.85%

R = 0.48%
G = 23.67%
B = 75.85%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01319D (or 0x01319D) is known color: Smalt. HEX triplet: 01, 31 and 9D. RGB value is (1,49,157). Sum of RGB (Red+Green+Blue) = 1+49+157=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #01319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01319D is #FECE62. Grayscale: #2E2E2E. Windows color (decimal): -16698979 or 10301697. OLE color: 10301697.

HSL color Cylindrical-coordinate representation of color #01319D: hue angle of 221.54º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01319D is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 49 157 -
CMYK 0.99 0.69 0 0.38
HSL 221.54º 0.99% 0.31% -
HSV(B) 221.54º 0.99% 0.62% -
XYZ 7.2 4.64 32.41 -
YUV 46.96 190.1 95.22 -
System Red Green Blue C M Y K H S L
Decimal 1 49 157 0.99 0.69 0 0.38 221.54 0.99 0.31
Hex 1 31 9D 63 45 0 26 DE 63 1F
Octal 1 61 235 143 105 0 46 336 143 37
Binary 1 110001 10011101 1100011 1000101 0 100110 11011110 1100011 11111

Color Harmonies of #01319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01319D

Black with #01319D

Text Example


Text Example

White with #01319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01319D; }

 p { color: rgb(1,49,157); }

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

background-color css

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

 a { background-color: rgb(1,49,157); }

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

border-color css

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

 span { border-color: rgb(1,49,157); }

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