#0B1E50

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

Shades of Sapphire #0B1E50

Tints of Sapphire #0B1E50

Color information

#0B1E50 (or 0x0B1E50) is unknown color: approx Sapphire. HEX triplet: 0B, 1E and 50. RGB value is (11,30,80). Sum of RGB (Red+Green+Blue) = 11+30+80=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B1E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1E50 is #F4E1AF. Grayscale: #1D1D1D. Windows color (decimal): -16048560 or 5250571. OLE color: 5250571.

HSL color Cylindrical-coordinate representation of color #0B1E50: hue angle of 223.48º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B1E50 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB113080-
CMYK0.860.6200.69
HSL223.48º75.82%17.84%-
HSV(B)223.48º86.25%31.37%-
XYZ2.051.587.79-
YUV30.02156.21114.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 80 (31.64% from 255) = 66.12%
R=9.09%
G=24.79%
B=66.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1130800.860.6200.69223.4875.8217.84
HexB1E50563E045df4c12
Octal133612012676010533711422
Binary101111110101000010101101111100100010111011111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,30,80); }

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

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

 a { background-color: rgb(11,30,80); }

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

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

 span { border-color: rgb(11,30,80); }

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