#101B5A

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

Shades of Sapphire #101B5A

Tints of Sapphire #101B5A

Color information

#101B5A (or 0x101B5A) is unknown color: approx Sapphire. HEX triplet: 10, 1B and 5A. RGB value is (16,27,90). Sum of RGB (Red+Green+Blue) = 16+27+90=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #101B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B5A is #EFE4A5. Grayscale: #1E1E1E. Windows color (decimal): -15721638 or 5905168. OLE color: 5905168.

HSL color Cylindrical-coordinate representation of color #101B5A: hue angle of 231.08º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101B5A is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB162790-
CMYK0.820.7000.65
HSL231.08º69.81%20.78%-
HSV(B)231.08º82.22%35.29%-
XYZ2.451.639.86-
YUV30.89161.36117.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 27 (10.94% from 255) = 20.30%
BLUE value IS 90 (35.55% from 255) = 67.67%
R=12.03%
G=20.30%
B=67.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1627900.820.7000.65231.0869.8120.78
Hex101B5A5246041e74615
Octal2033132122106010134710625
Binary10000110111011010101001010001100100000111100111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101B5A; }

 p { color: rgb(16,27,90); }

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

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

 a { background-color: rgb(16,27,90); }

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

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

 span { border-color: rgb(16,27,90); }

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