#0B2D7B

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

Shades of Sapphire #0B2D7B

Tints of Sapphire #0B2D7B

Color information

#0B2D7B (or 0x0B2D7B) is unknown color: approx Sapphire. HEX triplet: 0B, 2D and 7B. RGB value is (11,45,123). Sum of RGB (Red+Green+Blue) = 11+45+123=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B2D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2D7B is #F4D284. Grayscale: #2B2B2B. Windows color (decimal): -16044677 or 8072459. OLE color: 8072459.

HSL color Cylindrical-coordinate representation of color #0B2D7B: hue angle of 221.79º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2D7B is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1145123-
CMYK0.910.6300.52
HSL221.79º83.58%26.27%-
HSV(B)221.79º91.06%48.24%-
XYZ4.653.3819.15-
YUV43.73172.74104.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.15%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 123 (48.44% from 255) = 68.72%
R=6.15%
G=25.14%
B=68.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11451230.910.6300.52221.7983.5826.27
HexB2D7B5B3F034de541a
Octal13551731337706433612432
Binary101110110111110111011011111111011010011011110101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,45,123); }

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

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

 a { background-color: rgb(11,45,123); }

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

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

 span { border-color: rgb(11,45,123); }

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