Html Css Color HEX #012998 Smalt

📋 copy color: '#012998'

red 1 ◦ green 41 ◦ blue 152

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

Shades of Smalt #012998

Tints of Smalt #012998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 0.52%
G = 21.13%
B = 78.35%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#012998 (or 0x012998) is known color: Smalt. HEX triplet: 01, 29 and 98. RGB value is (1,41,152). Sum of RGB (Red+Green+Blue) = 1+41+152=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 152 (59.77% from 255 or 78.35% from 194); Max value from RGB is 152 - color contains mainly: blue. Hex color #012998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012998 is #FED667. Grayscale: #292929. Windows color (decimal): -16701032 or 9971969. OLE color: 9971969.

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

Color convert

RGB 1 41 152 -
CMYK 0.99 0.73 0 0.40
HSL 224.11º 0.99% 0.3% -
HSV(B) 224.11º 0.99% 0.6% -
XYZ 6.47 3.86 30.11 -
YUV 41.69 190.25 98.97 -
System Red Green Blue C M Y K H S L
Decimal 1 41 152 0.99 0.73 0 0.40 224.11 0.99 0.3
Hex 1 29 98 63 49 0 28 E0 63 1E
Octal 1 51 230 143 111 0 50 340 143 36
Binary 1 101001 10011000 1100011 1001001 0 101000 11100000 1100011 11110

Color Harmonies of #012998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012998

Black with #012998

Text Example


Text Example

White with #012998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012998; }

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

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

background-color css

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

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

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

border-color css

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

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

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