Html Css Color HEX #01319A Smalt

📋 copy color: '#01319A'

red 1 ◦ green 49 ◦ blue 154

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

Shades of Smalt #01319A

Tints of Smalt #01319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 75.49%

R = 0.49%
G = 24.02%
B = 75.49%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01319A (or 0x01319A) is known color: Smalt. HEX triplet: 01, 31 and 9A. RGB value is (1,49,154). Sum of RGB (Red+Green+Blue) = 1+49+154=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 154 (60.55% from 255 or 75.49% from 204); Max value from RGB is 154 - color contains mainly: blue. Hex color #01319A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01319A is #FECE65. Grayscale: #2E2E2E. Windows color (decimal): -16698982 or 10105089. OLE color: 10105089.

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

Color convert

RGB 1 49 154 -
CMYK 0.99 0.68 0 0.40
HSL 221.18º 0.99% 0.3% -
HSV(B) 221.18º 0.99% 0.6% -
XYZ 6.94 4.54 31.08 -
YUV 46.62 188.6 95.46 -
System Red Green Blue C M Y K H S L
Decimal 1 49 154 0.99 0.68 0 0.40 221.18 0.99 0.3
Hex 1 31 9A 63 44 0 28 DD 63 1E
Octal 1 61 232 143 104 0 50 335 143 36
Binary 1 110001 10011010 1100011 1000100 0 101000 11011101 1100011 11110

Color Harmonies of #01319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01319A

Black with #01319A

Text Example


Text Example

White with #01319A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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