Html Css Color HEX #012498 Smalt

📋 copy color: '#012498'

red 1 ◦ green 36 ◦ blue 152

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

Shades of Smalt #012498

Tints of Smalt #012498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

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

R = 0.53%
G = 19.05%
B = 80.42%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#012498 (or 0x012498) is known color: Smalt. HEX triplet: 01, 24 and 98. RGB value is (1,36,152). Sum of RGB (Red+Green+Blue) = 1+36+152=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #012498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012498 is #FEDB67. Grayscale: #262626. Windows color (decimal): -16702312 or 9970689. OLE color: 9970689.

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

Color convert

RGB 1 36 152 -
CMYK 0.99 0.76 0 0.40
HSL 226.09º 0.99% 0.3% -
HSV(B) 226.09º 0.99% 0.6% -
XYZ 6.31 3.54 30.06 -
YUV 38.76 191.9 101.07 -
System Red Green Blue C M Y K H S L
Decimal 1 36 152 0.99 0.76 0 0.40 226.09 0.99 0.3
Hex 1 24 98 63 4C 0 28 E2 63 1E
Octal 1 44 230 143 114 0 50 342 143 36
Binary 1 100100 10011000 1100011 1001100 0 101000 11100010 1100011 11110

Color Harmonies of #012498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012498

Black with #012498

Text Example


Text Example

White with #012498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012498; }

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

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

background-color css

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

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

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

border-color css

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

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

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