Html Css Color HEX #013998 Smalt

📋 copy color: '#013998'

red 1 ◦ green 57 ◦ blue 152

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

Shades of Smalt #013998

Tints of Smalt #013998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 72.38%

R = 0.48%
G = 27.14%
B = 72.38%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#013998 (or 0x013998) is known color: Smalt. HEX triplet: 01, 39 and 98. RGB value is (1,57,152). Sum of RGB (Red+Green+Blue) = 1+57+152=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #013998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013998 is #FEC667. Grayscale: #323232. Windows color (decimal): -16696936 or 9976065. OLE color: 9976065.

HSL color Cylindrical-coordinate representation of color #013998: hue angle of 217.75º 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 #013998 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 57 152 -
CMYK 0.99 0.62 0 0.40
HSL 217.75º 0.99% 0.3% -
HSV(B) 217.75º 0.99% 0.6% -
XYZ 7.14 5.2 30.33 -
YUV 51.09 184.95 92.28 -
System Red Green Blue C M Y K H S L
Decimal 1 57 152 0.99 0.62 0 0.40 217.75 0.99 0.3
Hex 1 39 98 63 3E 0 28 DA 63 1E
Octal 1 71 230 143 76 0 50 332 143 36
Binary 1 111001 10011000 1100011 111110 0 101000 11011010 1100011 11110

Color Harmonies of #013998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013998

Black with #013998

Text Example


Text Example

White with #013998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013998; }

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

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

background-color css

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

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

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

border-color css

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

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

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