Html Css Color HEX #012487 Smalt

📋 copy color: '#012487'

red 1 ◦ green 36 ◦ blue 135

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

Shades of Smalt #012487

Tints of Smalt #012487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.93%

 BLUE value IS 135 (53.13% from 255) = 78.49%

R = 0.58%
G = 20.93%
B = 78.49%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#012487 (or 0x012487) is known color: Smalt. HEX triplet: 01, 24 and 87. RGB value is (1,36,135). Sum of RGB (Red+Green+Blue) = 1+36+135=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 135 (53.12% from 255 or 78.49% from 172); Max value from RGB is 135 - color contains mainly: blue. Hex color #012487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012487 is #FEDB78. Grayscale: #242424. Windows color (decimal): -16702329 or 8856577. OLE color: 8856577.

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

Color convert

RGB 1 36 135 -
CMYK 0.99 0.73 0 0.47
HSL 224.33º 0.99% 0.27% -
HSV(B) 224.33º 0.99% 0.53% -
XYZ 5.02 3.02 23.24 -
YUV 36.82 183.4 102.45 -
System Red Green Blue C M Y K H S L
Decimal 1 36 135 0.99 0.73 0 0.47 224.33 0.99 0.27
Hex 1 24 87 63 49 0 2F E0 63 1B
Octal 1 44 207 143 111 0 57 340 143 33
Binary 1 100100 10000111 1100011 1001001 0 101111 11100000 1100011 11011

Color Harmonies of #012487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012487

Black with #012487

Text Example


Text Example

White with #012487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012487; }

 p { color: rgb(1,36,135); }

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

background-color css

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

 a { background-color: rgb(1,36,135); }

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

border-color css

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

 span { border-color: rgb(1,36,135); }

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