Html Css Color HEX #014298 Smalt

📋 copy color: '#014298'

red 1 ◦ green 66 ◦ blue 152

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

Shades of Smalt #014298

Tints of Smalt #014298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

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

R = 0.46%
G = 30.14%
B = 69.41%

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

#014298 (or 0x014298) is known color: Smalt. HEX triplet: 01, 42 and 98. RGB value is (1,66,152). Sum of RGB (Red+Green+Blue) = 1+66+152=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #014298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014298 is #FEBD67. Grayscale: #373737. Windows color (decimal): -16694632 or 9978369. OLE color: 9978369.

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

Color convert

RGB 1 66 152 -
CMYK 0.99 0.57 0 0.40
HSL 214.17º 0.99% 0.3% -
HSV(B) 214.17º 0.99% 0.6% -
XYZ 7.63 6.17 30.49 -
YUV 56.37 181.97 88.51 -
System Red Green Blue C M Y K H S L
Decimal 1 66 152 0.99 0.57 0 0.40 214.17 0.99 0.3
Hex 1 42 98 63 39 0 28 D6 63 1E
Octal 1 102 230 143 71 0 50 326 143 36
Binary 1 1000010 10011000 1100011 111001 0 101000 11010110 1100011 11110

Color Harmonies of #014298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014298

Black with #014298

Text Example


Text Example

White with #014298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014298; }

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

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

background-color css

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

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

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

border-color css

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

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

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