Html Css Color HEX #012098 Smalt

📋 copy color: '#012098'

red 1 ◦ green 32 ◦ blue 152

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

Shades of Smalt #012098

Tints of Smalt #012098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

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

R = 0.54%
G = 17.3%
B = 82.16%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#012098 (or 0x012098) is known color: Smalt. HEX triplet: 01, 20 and 98. RGB value is (1,32,152). Sum of RGB (Red+Green+Blue) = 1+32+152=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 152 (59.77% from 255 or 82.16% from 185); Max value from RGB is 152 - color contains mainly: blue. Hex color #012098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012098 is #FEDF67. Grayscale: #232323. Windows color (decimal): -16703336 or 9969665. OLE color: 9969665.

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

Color convert

RGB 1 32 152 -
CMYK 0.99 0.79 0 0.40
HSL 227.68º 0.99% 0.3% -
HSV(B) 227.68º 0.99% 0.6% -
XYZ 6.2 3.31 30.02 -
YUV 36.41 193.23 102.74 -
System Red Green Blue C M Y K H S L
Decimal 1 32 152 0.99 0.79 0 0.40 227.68 0.99 0.3
Hex 1 20 98 63 4F 0 28 E4 63 1E
Octal 1 40 230 143 117 0 50 344 143 36
Binary 1 100000 10011000 1100011 1001111 0 101000 11100100 1100011 11110

Color Harmonies of #012098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012098

Black with #012098

Text Example


Text Example

White with #012098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012098; }

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

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

background-color css

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

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

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

border-color css

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

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

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