#0b175f

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

Shades of Sapphire #0B175F

Tints of Sapphire #0B175F

Color information

#0B175F (or 0x0B175F) is unknown color: approx Sapphire. HEX triplet: 0B, 17 and 5F. RGB value is (11,23,95). Sum of RGB (Red+Green+Blue) = 11+23+95=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B175F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B175F is #F4E8A0. Grayscale: #1B1B1B. Windows color (decimal): -16050337 or 6231819. OLE color: 6231819.

HSL color Cylindrical-coordinate representation of color #0B175F: hue angle of 231.43º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B175F is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB112395-
CMYK0.880.7600.63
HSL231.43º79.25%20.78%-
HSV(B)231.43º88.42%37.25%-
XYZ2.511.5110.99-
YUV27.62166.02116.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.53%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 95 (37.5% from 255) = 73.64%
R=8.53%
G=17.83%
B=73.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1123950.880.7600.63231.4379.2520.78
HexB175F584C03Fe74f15
Octal132713713011407734711725
Binary101110111101111110110001001100011111111100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b175f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0b175f; }

 p { color: rgb(11,23,95); }

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

<style>
 a { background-color: #0b175f; }

 a { background-color: rgb(11,23,95); }

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

<style>
 span { border-color: #0b175f; }

 span { border-color: rgb(11,23,95); }

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