#0B3270

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

Shades of Sapphire #0B3270

Tints of Sapphire #0B3270

Color information

#0B3270 (or 0x0B3270) is unknown color: approx Sapphire. HEX triplet: 0B, 32 and 70. RGB value is (11,50,112). Sum of RGB (Red+Green+Blue) = 11+50+112=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B3270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3270 is #F4CD8F. Grayscale: #2D2D2D. Windows color (decimal): -16043408 or 7352843. OLE color: 7352843.

HSL color Cylindrical-coordinate representation of color #0B3270: hue angle of 216.83º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B3270 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1150112-
CMYK0.900.5500.56
HSL216.83º82.11%24.12%-
HSV(B)216.83º90.18%43.92%-
XYZ4.23.5215.79-
YUV45.41165.58103.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.36%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 112 (44.14% from 255) = 64.74%
R=6.36%
G=28.90%
B=64.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11501120.900.5500.56216.8382.1124.12
HexB32705A37038d95218
Octal13621601326707033112230
Binary101111001011100001011010110111011100011011001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,50,112); }

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

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

 a { background-color: rgb(11,50,112); }

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

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

 span { border-color: rgb(11,50,112); }

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