Html Css Color HEX #01319F Smalt

📋 copy color: '#01319F'

red 1 ◦ green 49 ◦ blue 159

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

Shades of Smalt #01319F

Tints of Smalt #01319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 76.08%

R = 0.48%
G = 23.44%
B = 76.08%

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

#01319F (or 0x01319F) is known color: Smalt. HEX triplet: 01, 31 and 9F. RGB value is (1,49,159). Sum of RGB (Red+Green+Blue) = 1+49+159=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #01319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01319F is #FECE60. Grayscale: #2E2E2E. Windows color (decimal): -16698977 or 10432769. OLE color: 10432769.

HSL color Cylindrical-coordinate representation of color #01319F: hue angle of 221.77º 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 #01319F is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 49 159 -
CMYK 0.99 0.69 0 0.38
HSL 221.77º 0.99% 0.31% -
HSV(B) 221.77º 0.99% 0.62% -
XYZ 7.37 4.71 33.32 -
YUV 47.19 191.1 95.06 -
System Red Green Blue C M Y K H S L
Decimal 1 49 159 0.99 0.69 0 0.38 221.77 0.99 0.31
Hex 1 31 9F 63 45 0 26 DE 63 1F
Octal 1 61 237 143 105 0 46 336 143 37
Binary 1 110001 10011111 1100011 1000101 0 100110 11011110 1100011 11111

Color Harmonies of #01319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01319F

Black with #01319F

Text Example


Text Example

White with #01319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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