Html Css Color HEX #013F98 Smalt

📋 copy color: '#013F98'

red 1 ◦ green 63 ◦ blue 152

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

Shades of Smalt #013F98

Tints of Smalt #013F98

RGB

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

 GREEN value IS 63 (25% from 255) = 29.17%

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

R = 0.46%
G = 29.17%
B = 70.37%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#013F98 (or 0x013F98) is known color: Smalt. HEX triplet: 01, 3F and 98. RGB value is (1,63,152). Sum of RGB (Red+Green+Blue) = 1+63+152=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #013F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013F98 is #FEC067. Grayscale: #363636. Windows color (decimal): -16695400 or 9977601. OLE color: 9977601.

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

Color convert

RGB 1 63 152 -
CMYK 0.99 0.59 0 0.40
HSL 215.36º 0.99% 0.3% -
HSV(B) 215.36º 0.99% 0.6% -
XYZ 7.46 5.83 30.44 -
YUV 54.61 182.96 89.76 -
System Red Green Blue C M Y K H S L
Decimal 1 63 152 0.99 0.59 0 0.40 215.36 0.99 0.3
Hex 1 3F 98 63 3B 0 28 D7 63 1E
Octal 1 77 230 143 73 0 50 327 143 36
Binary 1 111111 10011000 1100011 111011 0 101000 11010111 1100011 11110

Color Harmonies of #013F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F98

Black with #013F98

Text Example


Text Example

White with #013F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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