#0B1B71

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

Shades of Sapphire #0B1B71

Tints of Sapphire #0B1B71

Color information

#0B1B71 (or 0x0B1B71) is unknown color: approx Sapphire. HEX triplet: 0B, 1B and 71. RGB value is (11,27,113). Sum of RGB (Red+Green+Blue) = 11+27+113=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B1B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1B71 is #F4E48E. Grayscale: #1F1F1F. Windows color (decimal): -16049295 or 7412491. OLE color: 7412491.

HSL color Cylindrical-coordinate representation of color #0B1B71: hue angle of 230.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1B71 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1127113-
CMYK0.900.7600.56
HSL230.59º82.26%24.31%-
HSV(B)230.59º90.27%44.31%-
XYZ3.512.0515.83-
YUV32.02173.7113.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.28%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 113 (44.53% from 255) = 74.83%
R=7.28%
G=17.88%
B=74.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11271130.900.7600.56230.5982.2624.31
HexB1B715A4C038e75218
Octal133316113211407034712230
Binary101111011111000110110101001100011100011100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,27,113); }

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

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

 a { background-color: rgb(11,27,113); }

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

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

 span { border-color: rgb(11,27,113); }

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