Html Css Color HEX #012889 Smalt

📋 copy color: '#012889'

red 1 ◦ green 40 ◦ blue 137

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

Shades of Smalt #012889

Tints of Smalt #012889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

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

R = 0.56%
G = 22.47%
B = 76.97%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#012889 (or 0x012889) is known color: Smalt. HEX triplet: 01, 28 and 89. RGB value is (1,40,137). Sum of RGB (Red+Green+Blue) = 1+40+137=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 137 (53.91% from 255 or 76.97% from 178); Max value from RGB is 137 - color contains mainly: blue. Hex color #012889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012889 is #FED776. Grayscale: #262626. Windows color (decimal): -16701303 or 8988673. OLE color: 8988673.

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

Color convert

RGB 1 40 137 -
CMYK 0.99 0.71 0 0.46
HSL 222.79º 0.99% 0.27% -
HSV(B) 222.79º 0.99% 0.54% -
XYZ 5.29 3.33 24.03 -
YUV 39.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 1 40 137 0.99 0.71 0 0.46 222.79 0.99 0.27
Hex 1 28 89 63 47 0 2E DF 63 1B
Octal 1 50 211 143 107 0 56 337 143 33
Binary 1 101000 10001001 1100011 1000111 0 101110 11011111 1100011 11011

Color Harmonies of #012889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012889

Black with #012889

Text Example


Text Example

White with #012889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012889; }

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

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

background-color css

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

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

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

border-color css

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

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

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