#1B2865

Color #1B2865 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #1B2865

Tints of Sapphire #1B2865

Color information

#1B2865 (or 0x1B2865) is unknown color: approx Sapphire. HEX triplet: 1B, 28 and 65. RGB value is (27,40,101). Sum of RGB (Red+Green+Blue) = 27+40+101=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #1B2865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2865 is #E4D79A. Grayscale: #2A2A2A. Windows color (decimal): -14997403 or 6629403. OLE color: 6629403.

HSL color Cylindrical-coordinate representation of color #1B2865: hue angle of 229.46º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B2865 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2740101-
CMYK0.730.6000.60
HSL229.46º57.81%25.1%-
HSV(B)229.46º73.27%39.61%-
XYZ3.562.6912.64-
YUV43.07160.69116.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.07%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 101 (39.84% from 255) = 60.12%
R=16.07%
G=23.81%
B=60.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal27401010.730.6000.60229.4657.8125.1
Hex1B2865493C03Ce53a19
Octal3350145111740743457231
Binary110111010001100101100100111110001111001110010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B2865; }

 p { color: rgb(27,40,101); }

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

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

 a { background-color: rgb(27,40,101); }

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

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

 span { border-color: rgb(27,40,101); }

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