Html Css Color HEX #013A98 Smalt

📋 copy color: '#013A98'

red 1 ◦ green 58 ◦ blue 152

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

Shades of Smalt #013A98

Tints of Smalt #013A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.49%

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

R = 0.47%
G = 27.49%
B = 72.04%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#013A98 (or 0x013A98) is known color: Smalt. HEX triplet: 01, 3A and 98. RGB value is (1,58,152). Sum of RGB (Red+Green+Blue) = 1+58+152=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #013A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013A98 is #FEC567. Grayscale: #333333. Windows color (decimal): -16696680 or 9976321. OLE color: 9976321.

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

Color convert

RGB 1 58 152 -
CMYK 0.99 0.62 0 0.40
HSL 217.35º 0.99% 0.3% -
HSV(B) 217.35º 0.99% 0.6% -
XYZ 7.19 5.3 30.35 -
YUV 51.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 1 58 152 0.99 0.62 0 0.40 217.35 0.99 0.3
Hex 1 3A 98 63 3E 0 28 D9 63 1E
Octal 1 72 230 143 76 0 50 331 143 36
Binary 1 111010 10011000 1100011 111110 0 101000 11011001 1100011 11110

Color Harmonies of #013A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A98

Black with #013A98

Text Example


Text Example

White with #013A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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