#1B3372

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

Shades of Sapphire #1B3372

Tints of Sapphire #1B3372

Color information

#1B3372 (or 0x1B3372) is unknown color: approx Sapphire. HEX triplet: 1B, 33 and 72. RGB value is (27,51,114). Sum of RGB (Red+Green+Blue) = 27+51+114=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B3372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3372 is #E4CC8D. Grayscale: #323232. Windows color (decimal): -14994574 or 7484187. OLE color: 7484187.

HSL color Cylindrical-coordinate representation of color #1B3372: hue angle of 223.45º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B3372 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2751114-
CMYK0.760.5500.55
HSL223.45º61.7%27.65%-
HSV(B)223.45º76.32%44.71%-
XYZ4.673.8216.41-
YUV51.01163.55110.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.06%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=14.06%
G=26.56%
B=59.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27511140.760.5500.55223.4561.727.65
Hex1B33724C37037df3e1c
Octal3363162114670673377634
Binary110111100111110010100110011011101101111101111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,51,114); }

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

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

 a { background-color: rgb(27,51,114); }

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

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

 span { border-color: rgb(27,51,114); }

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