Html Css Color HEX #01398B Smalt

📋 copy color: '#01398B'

red 1 ◦ green 57 ◦ blue 139

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

Shades of Smalt #01398B

Tints of Smalt #01398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.56%

R = 0.51%
G = 28.93%
B = 70.56%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01398B (or 0x01398B) is known color: Smalt. HEX triplet: 01, 39 and 8B. RGB value is (1,57,139). Sum of RGB (Red+Green+Blue) = 1+57+139=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #01398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01398B is #FEC674. Grayscale: #313131. Windows color (decimal): -16696949 or 9124097. OLE color: 9124097.

HSL color Cylindrical-coordinate representation of color #01398B: hue angle of 215.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01398B is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 57 139 -
CMYK 0.99 0.59 0 0.45
HSL 215.65º 0.99% 0.27% -
HSV(B) 215.65º 0.99% 0.55% -
XYZ 6.14 4.8 25.03 -
YUV 49.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 1 57 139 0.99 0.59 0 0.45 215.65 0.99 0.27
Hex 1 39 8B 63 3B 0 2D D8 63 1B
Octal 1 71 213 143 73 0 55 330 143 33
Binary 1 111001 10001011 1100011 111011 0 101101 11011000 1100011 11011

Color Harmonies of #01398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01398B

Black with #01398B

Text Example


Text Example

White with #01398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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