#0B296B

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

Shades of Sapphire #0B296B

Tints of Sapphire #0B296B

Color information

#0B296B (or 0x0B296B) is unknown color: approx Sapphire. HEX triplet: 0B, 29 and 6B. RGB value is (11,41,107). Sum of RGB (Red+Green+Blue) = 11+41+107=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B296B is #F4D694. Grayscale: #272727. Windows color (decimal): -16045717 or 7022859. OLE color: 7022859.

HSL color Cylindrical-coordinate representation of color #0B296B: hue angle of 221.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B296B is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1141107-
CMYK0.900.6200.58
HSL221.25º81.36%23.14%-
HSV(B)221.25º89.72%41.96%-
XYZ3.582.7214.25-
YUV39.55166.06107.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.92%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 107 (42.19% from 255) = 67.30%
R=6.92%
G=25.79%
B=67.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11411070.900.6200.58221.2581.3623.14
HexB296B5A3E03Add5117
Octal13511531327607233512127
Binary101110100111010111011010111110011101011011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,41,107); }

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

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

 a { background-color: rgb(11,41,107); }

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

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

 span { border-color: rgb(11,41,107); }

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