Html Css Color HEX #012390 Smalt

📋 copy color: '#012390'

red 1 ◦ green 35 ◦ blue 144

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

Shades of Smalt #012390

Tints of Smalt #012390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.44%

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

R = 0.56%
G = 19.44%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#012390 (or 0x012390) is known color: Smalt. HEX triplet: 01, 23 and 90. RGB value is (1,35,144). Sum of RGB (Red+Green+Blue) = 1+35+144=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #012390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012390 is #FEDC6F. Grayscale: #242424. Windows color (decimal): -16702576 or 9446145. OLE color: 9446145.

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

Color convert

RGB 1 35 144 -
CMYK 0.99 0.76 0 0.44
HSL 225.73º 0.99% 0.28% -
HSV(B) 225.73º 0.99% 0.56% -
XYZ 5.65 3.22 26.71 -
YUV 37.26 188.24 102.14 -
System Red Green Blue C M Y K H S L
Decimal 1 35 144 0.99 0.76 0 0.44 225.73 0.99 0.28
Hex 1 23 90 63 4C 0 2C E2 63 1C
Octal 1 43 220 143 114 0 54 342 143 34
Binary 1 100011 10010000 1100011 1001100 0 101100 11100010 1100011 11100

Color Harmonies of #012390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012390

Black with #012390

Text Example


Text Example

White with #012390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012390; }

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

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

background-color css

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

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

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

border-color css

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

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

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