#0B2975

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

Shades of Sapphire #0B2975

Tints of Sapphire #0B2975

Color information

#0B2975 (or 0x0B2975) is unknown color: approx Sapphire. HEX triplet: 0B, 29 and 75. RGB value is (11,41,117). Sum of RGB (Red+Green+Blue) = 11+41+117=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B2975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2975 is #F4D68A. Grayscale: #282828. Windows color (decimal): -16045707 or 7678219. OLE color: 7678219.

HSL color Cylindrical-coordinate representation of color #0B2975: hue angle of 223.02º 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 #0B2975 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1141117-
CMYK0.910.6500.54
HSL223.02º82.81%25.1%-
HSV(B)223.02º90.6%45.88%-
XYZ4.142.9417.18-
YUV40.69171.06106.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.51%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 117 (46.09% from 255) = 69.23%
R=6.51%
G=24.26%
B=69.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11411170.910.6500.54223.0282.8125.1
HexB29755B41036df5319
Octal135116513310106633712331
Binary1011101001111010110110111000001011011011011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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