Html Css Color HEX #012787 Smalt

📋 copy color: '#012787'

red 1 ◦ green 39 ◦ blue 135

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

Shades of Smalt #012787

Tints of Smalt #012787

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

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

R = 0.57%
G = 22.29%
B = 77.14%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#012787 (or 0x012787) is known color: Smalt. HEX triplet: 01, 27 and 87. RGB value is (1,39,135). Sum of RGB (Red+Green+Blue) = 1+39+135=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 135 (53.12% from 255 or 77.14% from 175); Max value from RGB is 135 - color contains mainly: blue. Hex color #012787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012787 is #FED878. Grayscale: #262626. Windows color (decimal): -16701561 or 8857345. OLE color: 8857345.

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

Color convert

RGB 1 39 135 -
CMYK 0.99 0.71 0 0.47
HSL 222.99º 0.99% 0.27% -
HSV(B) 222.99º 0.99% 0.53% -
XYZ 5.11 3.21 23.27 -
YUV 38.58 182.41 101.19 -
System Red Green Blue C M Y K H S L
Decimal 1 39 135 0.99 0.71 0 0.47 222.99 0.99 0.27
Hex 1 27 87 63 47 0 2F DF 63 1B
Octal 1 47 207 143 107 0 57 337 143 33
Binary 1 100111 10000111 1100011 1000111 0 101111 11011111 1100011 11011

Color Harmonies of #012787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012787

Black with #012787

Text Example


Text Example

White with #012787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012787; }

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

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

background-color css

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

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

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

border-color css

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

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

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