#1B306E

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

Shades of Sapphire #1B306E

Tints of Sapphire #1B306E

Color information

#1B306E (or 0x1B306E) is unknown color: approx Sapphire. HEX triplet: 1B, 30 and 6E. RGB value is (27,48,110). Sum of RGB (Red+Green+Blue) = 27+48+110=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B306E is #E4CF91. Grayscale: #303030. Windows color (decimal): -14995346 or 7221275. OLE color: 7221275.

HSL color Cylindrical-coordinate representation of color #1B306E: hue angle of 224.82º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B306E is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2748110-
CMYK0.750.5600.57
HSL224.82º60.58%26.86%-
HSV(B)224.82º75.45%43.14%-
XYZ4.323.4715.19-
YUV48.79162.54112.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.59%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 110 (43.36% from 255) = 59.46%
R=14.59%
G=25.95%
B=59.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal27481100.750.5600.57224.8260.5826.86
Hex1B306E4B38039e13d1b
Octal3360156113700713417533
Binary110111100001101110100101111100001110011110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,48,110); }

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

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

 a { background-color: rgb(27,48,110); }

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

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

 span { border-color: rgb(27,48,110); }

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