Html Css Color HEX #012690 Smalt

📋 copy color: '#012690'

red 1 ◦ green 38 ◦ blue 144

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

Shades of Smalt #012690

Tints of Smalt #012690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.77%

 BLUE value IS 144 (56.64% from 255) = 78.69%

R = 0.55%
G = 20.77%
B = 78.69%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#012690 (or 0x012690) is known color: Smalt. HEX triplet: 01, 26 and 90. RGB value is (1,38,144). Sum of RGB (Red+Green+Blue) = 1+38+144=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 144 (56.64% from 255 or 78.69% from 183); Max value from RGB is 144 - color contains mainly: blue. Hex color #012690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012690 is #FED96F. Grayscale: #262626. Windows color (decimal): -16701808 or 9446913. OLE color: 9446913.

HSL color Cylindrical-coordinate representation of color #012690: hue angle of 224.48º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012690 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 38 144 -
CMYK 0.99 0.74 0 0.44
HSL 224.48º 0.99% 0.28% -
HSV(B) 224.48º 0.99% 0.56% -
XYZ 5.74 3.41 26.74 -
YUV 39.02 187.24 100.88 -
System Red Green Blue C M Y K H S L
Decimal 1 38 144 0.99 0.74 0 0.44 224.48 0.99 0.28
Hex 1 26 90 63 4A 0 2C E0 63 1C
Octal 1 46 220 143 112 0 54 340 143 34
Binary 1 100110 10010000 1100011 1001010 0 101100 11100000 1100011 11100

Color Harmonies of #012690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012690

Black with #012690

Text Example


Text Example

White with #012690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012690; }

 p { color: rgb(1,38,144); }

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

background-color css

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

 a { background-color: rgb(1,38,144); }

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

border-color css

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

 span { border-color: rgb(1,38,144); }

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