#0B2177

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

Shades of Sapphire #0B2177

Tints of Sapphire #0B2177

Color information

#0B2177 (or 0x0B2177) is unknown color: approx Sapphire. HEX triplet: 0B, 21 and 77. RGB value is (11,33,119). Sum of RGB (Red+Green+Blue) = 11+33+119=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B2177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2177 is #F4DE88. Grayscale: #232323. Windows color (decimal): -16047753 or 7807243. OLE color: 7807243.

HSL color Cylindrical-coordinate representation of color #0B2177: hue angle of 227.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2177 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1133119-
CMYK0.910.7200.53
HSL227.78º83.08%25.49%-
HSV(B)227.78º90.76%46.67%-
XYZ4.012.4917.72-
YUV36.23174.71110.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.75%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 119 (46.88% from 255) = 73.01%
R=6.75%
G=20.25%
B=73.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11331190.910.7200.53227.7883.0825.49
HexB21775B48035e45319
Octal134116713311006534412331
Binary1011100001111011110110111001000011010111100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,33,119); }

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

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

 a { background-color: rgb(11,33,119); }

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

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

 span { border-color: rgb(11,33,119); }

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