Html Css Color HEX #013598 Smalt

📋 copy color: '#013598'

red 1 ◦ green 53 ◦ blue 152

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

Shades of Smalt #013598

Tints of Smalt #013598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 0.49%
G = 25.73%
B = 73.79%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#013598 (or 0x013598) is known color: Smalt. HEX triplet: 01, 35 and 98. RGB value is (1,53,152). Sum of RGB (Red+Green+Blue) = 1+53+152=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #013598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013598 is #FECA67. Grayscale: #303030. Windows color (decimal): -16697960 or 9975041. OLE color: 9975041.

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

Color convert

RGB 1 53 152 -
CMYK 0.99 0.65 0 0.40
HSL 219.34º 0.99% 0.3% -
HSV(B) 219.34º 0.99% 0.6% -
XYZ 6.95 4.82 30.27 -
YUV 48.74 186.27 93.95 -
System Red Green Blue C M Y K H S L
Decimal 1 53 152 0.99 0.65 0 0.40 219.34 0.99 0.3
Hex 1 35 98 63 41 0 28 DB 63 1E
Octal 1 65 230 143 101 0 50 333 143 36
Binary 1 110101 10011000 1100011 1000001 0 101000 11011011 1100011 11110

Color Harmonies of #013598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013598

Black with #013598

Text Example


Text Example

White with #013598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013598; }

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

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

background-color css

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

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

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

border-color css

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

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

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