Html Css Color HEX #013698 Smalt

📋 copy color: '#013698'

red 1 ◦ green 54 ◦ blue 152

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

Shades of Smalt #013698

Tints of Smalt #013698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.09%

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

R = 0.48%
G = 26.09%
B = 73.43%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#013698 (or 0x013698) is known color: Smalt. HEX triplet: 01, 36 and 98. RGB value is (1,54,152). Sum of RGB (Red+Green+Blue) = 1+54+152=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #013698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013698 is #FEC967. Grayscale: #303030. Windows color (decimal): -16697704 or 9975297. OLE color: 9975297.

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

Color convert

RGB 1 54 152 -
CMYK 0.99 0.64 0 0.40
HSL 218.94º 0.99% 0.3% -
HSV(B) 218.94º 0.99% 0.6% -
XYZ 7 4.91 30.28 -
YUV 49.33 185.94 93.53 -
System Red Green Blue C M Y K H S L
Decimal 1 54 152 0.99 0.64 0 0.40 218.94 0.99 0.3
Hex 1 36 98 63 40 0 28 DB 63 1E
Octal 1 66 230 143 100 0 50 333 143 36
Binary 1 110110 10011000 1100011 1000000 0 101000 11011011 1100011 11110

Color Harmonies of #013698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013698

Black with #013698

Text Example


Text Example

White with #013698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013698; }

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

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

background-color css

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

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

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

border-color css

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

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

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