Html Css Color HEX #013898 Smalt

📋 copy color: '#013898'

red 1 ◦ green 56 ◦ blue 152

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

Shades of Smalt #013898

Tints of Smalt #013898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

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

R = 0.48%
G = 26.79%
B = 72.73%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#013898 (or 0x013898) is known color: Smalt. HEX triplet: 01, 38 and 98. RGB value is (1,56,152). Sum of RGB (Red+Green+Blue) = 1+56+152=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #013898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013898 is #FEC767. Grayscale: #323232. Windows color (decimal): -16697192 or 9975809. OLE color: 9975809.

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

Color convert

RGB 1 56 152 -
CMYK 0.99 0.63 0 0.40
HSL 218.15º 0.99% 0.3% -
HSV(B) 218.15º 0.99% 0.6% -
XYZ 7.09 5.1 30.32 -
YUV 50.5 185.28 92.69 -
System Red Green Blue C M Y K H S L
Decimal 1 56 152 0.99 0.63 0 0.40 218.15 0.99 0.3
Hex 1 38 98 63 3F 0 28 DA 63 1E
Octal 1 70 230 143 77 0 50 332 143 36
Binary 1 111000 10011000 1100011 111111 0 101000 11011010 1100011 11110

Color Harmonies of #013898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013898

Black with #013898

Text Example


Text Example

White with #013898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013898; }

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

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

background-color css

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

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

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

border-color css

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

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

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