Html Css Color HEX #013F92 Smalt

📋 copy color: '#013F92'

red 1 ◦ green 63 ◦ blue 146

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

Shades of Smalt #013F92

Tints of Smalt #013F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.52%

R = 0.48%
G = 30%
B = 69.52%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#013F92 (or 0x013F92) is known color: Smalt. HEX triplet: 01, 3F and 92. RGB value is (1,63,146). Sum of RGB (Red+Green+Blue) = 1+63+146=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #013F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013F92 is #FEC06D. Grayscale: #353535. Windows color (decimal): -16695406 or 9584385. OLE color: 9584385.

HSL color Cylindrical-coordinate representation of color #013F92: hue angle of 214.34º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F92 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 63 146 -
CMYK 0.99 0.57 0 0.43
HSL 214.34º 0.99% 0.29% -
HSV(B) 214.34º 0.99% 0.57% -
XYZ 6.98 5.64 27.91 -
YUV 53.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 1 63 146 0.99 0.57 0 0.43 214.34 0.99 0.29
Hex 1 3F 92 63 39 0 2B D6 63 1D
Octal 1 77 222 143 71 0 53 326 143 35
Binary 1 111111 10010010 1100011 111001 0 101011 11010110 1100011 11101

Color Harmonies of #013F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F92

Black with #013F92

Text Example


Text Example

White with #013F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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