Html Css Color HEX #01398E Smalt

📋 copy color: '#01398E'

red 1 ◦ green 57 ◦ blue 142

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

Shades of Smalt #01398E

Tints of Smalt #01398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 71%

R = 0.5%
G = 28.5%
B = 71%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01398E (or 0x01398E) is known color: Smalt. HEX triplet: 01, 39 and 8E. RGB value is (1,57,142). Sum of RGB (Red+Green+Blue) = 1+57+142=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #01398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01398E is #FEC671. Grayscale: #313131. Windows color (decimal): -16696946 or 9320705. OLE color: 9320705.

HSL color Cylindrical-coordinate representation of color #01398E: hue angle of 216.17º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01398E is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 57 142 -
CMYK 0.99 0.60 0 0.44
HSL 216.17º 0.99% 0.28% -
HSV(B) 216.17º 0.99% 0.56% -
XYZ 6.36 4.89 26.2 -
YUV 49.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 1 57 142 0.99 0.60 0 0.44 216.17 0.99 0.28
Hex 1 39 8E 63 3C 0 2C D8 63 1C
Octal 1 71 216 143 74 0 54 330 143 34
Binary 1 111001 10001110 1100011 111100 0 101100 11011000 1100011 11100

Color Harmonies of #01398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01398E

Black with #01398E

Text Example


Text Example

White with #01398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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