Html Css Color HEX #013398 Smalt

📋 copy color: '#013398'

red 1 ◦ green 51 ◦ blue 152

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

Shades of Smalt #013398

Tints of Smalt #013398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 0.49%
G = 25%
B = 74.51%

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

#013398 (or 0x013398) is known color: Smalt. HEX triplet: 01, 33 and 98. RGB value is (1,51,152). Sum of RGB (Red+Green+Blue) = 1+51+152=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #013398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013398 is #FECC67. Grayscale: #2F2F2F. Windows color (decimal): -16698472 or 9974529. OLE color: 9974529.

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

Color convert

RGB 1 51 152 -
CMYK 0.99 0.66 0 0.40
HSL 220.13º 0.99% 0.3% -
HSV(B) 220.13º 0.99% 0.6% -
XYZ 6.86 4.64 30.24 -
YUV 47.56 186.94 94.79 -
System Red Green Blue C M Y K H S L
Decimal 1 51 152 0.99 0.66 0 0.40 220.13 0.99 0.3
Hex 1 33 98 63 42 0 28 DC 63 1E
Octal 1 63 230 143 102 0 50 334 143 36
Binary 1 110011 10011000 1100011 1000010 0 101000 11011100 1100011 11110

Color Harmonies of #013398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013398

Black with #013398

Text Example


Text Example

White with #013398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013398; }

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

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

background-color css

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

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

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

border-color css

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

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

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