Html Css Color HEX #013498 Smalt

📋 copy color: '#013498'

red 1 ◦ green 52 ◦ blue 152

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

Shades of Smalt #013498

Tints of Smalt #013498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

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

R = 0.49%
G = 25.37%
B = 74.15%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#013498 (or 0x013498) is known color: Smalt. HEX triplet: 01, 34 and 98. RGB value is (1,52,152). Sum of RGB (Red+Green+Blue) = 1+52+152=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #013498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013498 is #FECB67. Grayscale: #2F2F2F. Windows color (decimal): -16698216 or 9974785. OLE color: 9974785.

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

Color convert

RGB 1 52 152 -
CMYK 0.99 0.66 0 0.40
HSL 219.74º 0.99% 0.3% -
HSV(B) 219.74º 0.99% 0.6% -
XYZ 6.91 4.73 30.25 -
YUV 48.15 186.6 94.37 -
System Red Green Blue C M Y K H S L
Decimal 1 52 152 0.99 0.66 0 0.40 219.74 0.99 0.3
Hex 1 34 98 63 42 0 28 DC 63 1E
Octal 1 64 230 143 102 0 50 334 143 36
Binary 1 110100 10011000 1100011 1000010 0 101000 11011100 1100011 11110

Color Harmonies of #013498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013498

Black with #013498

Text Example


Text Example

White with #013498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013498; }

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

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

background-color css

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

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

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

border-color css

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

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

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