Html Css Color HEX #014198 Smalt

📋 copy color: '#014198'

red 1 ◦ green 65 ◦ blue 152

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

Shades of Smalt #014198

Tints of Smalt #014198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.82%

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

R = 0.46%
G = 29.82%
B = 69.72%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#014198 (or 0x014198) is known color: Smalt. HEX triplet: 01, 41 and 98. RGB value is (1,65,152). Sum of RGB (Red+Green+Blue) = 1+65+152=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #014198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014198 is #FEBE67. Grayscale: #373737. Windows color (decimal): -16694888 or 9978113. OLE color: 9978113.

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

Color convert

RGB 1 65 152 -
CMYK 0.99 0.57 0 0.40
HSL 214.57º 0.99% 0.3% -
HSV(B) 214.57º 0.99% 0.6% -
XYZ 7.57 6.05 30.48 -
YUV 55.78 182.3 88.93 -
System Red Green Blue C M Y K H S L
Decimal 1 65 152 0.99 0.57 0 0.40 214.57 0.99 0.3
Hex 1 41 98 63 39 0 28 D7 63 1E
Octal 1 101 230 143 71 0 50 327 143 36
Binary 1 1000001 10011000 1100011 111001 0 101000 11010111 1100011 11110

Color Harmonies of #014198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014198

Black with #014198

Text Example


Text Example

White with #014198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014198; }

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

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

background-color css

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

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

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

border-color css

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

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

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