Html Css Color HEX #012A98 Smalt

📋 copy color: '#012A98'

red 1 ◦ green 42 ◦ blue 152

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

Shades of Smalt #012A98

Tints of Smalt #012A98

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.54%

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

R = 0.51%
G = 21.54%
B = 77.95%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#012A98 (or 0x012A98) is known color: Smalt. HEX triplet: 01, 2A and 98. RGB value is (1,42,152). Sum of RGB (Red+Green+Blue) = 1+42+152=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #012A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012A98 is #FED567. Grayscale: #292929. Windows color (decimal): -16700776 or 9972225. OLE color: 9972225.

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

Color convert

RGB 1 42 152 -
CMYK 0.99 0.72 0 0.40
HSL 223.71º 0.99% 0.3% -
HSV(B) 223.71º 0.99% 0.6% -
XYZ 6.51 3.93 30.12 -
YUV 42.28 189.92 98.56 -
System Red Green Blue C M Y K H S L
Decimal 1 42 152 0.99 0.72 0 0.40 223.71 0.99 0.3
Hex 1 2A 98 63 48 0 28 E0 63 1E
Octal 1 52 230 143 110 0 50 340 143 36
Binary 1 101010 10011000 1100011 1001000 0 101000 11100000 1100011 11110

Color Harmonies of #012A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A98

Black with #012A98

Text Example


Text Example

White with #012A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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