Html Css Color HEX #01399D Smalt

📋 copy color: '#01399D'

red 1 ◦ green 57 ◦ blue 157

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

Shades of Smalt #01399D

Tints of Smalt #01399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.51%

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

R = 0.47%
G = 26.51%
B = 73.02%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01399D (or 0x01399D) is known color: Smalt. HEX triplet: 01, 39 and 9D. RGB value is (1,57,157). Sum of RGB (Red+Green+Blue) = 1+57+157=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #01399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01399D is #FEC662. Grayscale: #333333. Windows color (decimal): -16696931 or 10303745. OLE color: 10303745.

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

Color convert

RGB 1 57 157 -
CMYK 0.99 0.64 0 0.38
HSL 218.46º 0.99% 0.31% -
HSV(B) 218.46º 0.99% 0.62% -
XYZ 7.56 5.37 32.54 -
YUV 51.66 187.45 91.87 -
System Red Green Blue C M Y K H S L
Decimal 1 57 157 0.99 0.64 0 0.38 218.46 0.99 0.31
Hex 1 39 9D 63 40 0 26 DA 63 1F
Octal 1 71 235 143 100 0 46 332 143 37
Binary 1 111001 10011101 1100011 1000000 0 100110 11011010 1100011 11111

Color Harmonies of #01399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01399D

Black with #01399D

Text Example


Text Example

White with #01399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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