#001B87

Color #001B87 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #001B87

Tints of Smalt #001B87

Color information

#001B87 (or 0x001B87) is unknown color: approx Smalt. HEX triplet: 00, 1B and 87. RGB value is (0,27,135). Sum of RGB (Red+Green+Blue) = 0+27+135=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 135 (53.12% from 255 or 83.33% from 162); Max value from RGB is 135 - color contains mainly: blue. Hex color #001B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B87 is #FFE478. Grayscale: #1E1E1E. Windows color (decimal): -16770169 or 8854272. OLE color: 8854272.

HSL color Cylindrical-coordinate representation of color #001B87: hue angle of 228º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B87 is Cyan = 1, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB027135-
CMYK10.800.47
HSL228º100%26.47%-
HSV(B)228º100%52.94%-
XYZ4.772.5323.16-
YUV31.24186.55105.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 16.67%
BLUE value IS 135 (53.12% from 255) = 83.33%
R=0%
G=16.67%
B=83.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal02713510.800.4722810026.47
Hex01B87645002Fe4641a
Octal03320714412005734414432
Binary0110111000011111001001010000010111111100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001B87; }

 p { color: rgb(0,27,135); }

 H1.HeaderClassName
 {
   color: #001B87;
 }
 .AnyTagClassName
 {
   color: #001B87;
 }
</style>
background-color css

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

 a { background-color: rgb(0,27,135); }

 div.DivClassName
 {
   background-color: #001B87;
 }
 .BgClassName
 {
   background-color: #001B87;
 }
</style>
border-color css

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

 span { border-color: rgb(0,27,135); }

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