Html Css Color HEX #012389 Smalt

📋 copy color: '#012389'

red 1 ◦ green 35 ◦ blue 137

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

Shades of Smalt #012389

Tints of Smalt #012389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 79.19%

R = 0.58%
G = 20.23%
B = 79.19%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#012389 (or 0x012389) is known color: Smalt. HEX triplet: 01, 23 and 89. RGB value is (1,35,137). Sum of RGB (Red+Green+Blue) = 1+35+137=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #012389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012389 is #FEDC76. Grayscale: #242424. Windows color (decimal): -16702583 or 8987393. OLE color: 8987393.

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

Color convert

RGB 1 35 137 -
CMYK 0.99 0.74 0 0.46
HSL 225º 0.99% 0.27% -
HSV(B) 225º 0.99% 0.54% -
XYZ 5.13 3.01 23.98 -
YUV 36.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 1 35 137 0.99 0.74 0 0.46 225 0.99 0.27
Hex 1 23 89 63 4A 0 2E E1 63 1B
Octal 1 43 211 143 112 0 56 341 143 33
Binary 1 100011 10001001 1100011 1001010 0 101110 11100001 1100011 11011

Color Harmonies of #012389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012389

Black with #012389

Text Example


Text Example

White with #012389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012389; }

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

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

background-color css

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

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

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

border-color css

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

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

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