#0B2275

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

Shades of Sapphire #0B2275

Tints of Sapphire #0B2275

Color information

#0B2275 (or 0x0B2275) is unknown color: approx Sapphire. HEX triplet: 0B, 22 and 75. RGB value is (11,34,117). Sum of RGB (Red+Green+Blue) = 11+34+117=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B2275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2275 is #F4DD8A. Grayscale: #242424. Windows color (decimal): -16047499 or 7676427. OLE color: 7676427.

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

Color convert

RGB1134117-
CMYK0.910.7100.54
HSL226.98º82.81%25.1%-
HSV(B)226.98º90.6%45.88%-
XYZ3.922.517.11-
YUV36.58173.38109.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.79%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 117 (46.09% from 255) = 72.22%
R=6.79%
G=20.99%
B=72.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11341170.910.7100.54226.9882.8125.1
HexB22755B47036e35319
Octal134216513310706634312331
Binary1011100010111010110110111000111011011011100011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,34,117); }

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

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

 a { background-color: rgb(11,34,117); }

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

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

 span { border-color: rgb(11,34,117); }

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