#0B3271

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

Shades of Sapphire #0B3271

Tints of Sapphire #0B3271

Color information

#0B3271 (or 0x0B3271) is unknown color: approx Sapphire. HEX triplet: 0B, 32 and 71. RGB value is (11,50,113). Sum of RGB (Red+Green+Blue) = 11+50+113=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B3271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3271 is #F4CD8E. Grayscale: #2D2D2D. Windows color (decimal): -16043407 or 7418379. OLE color: 7418379.

HSL color Cylindrical-coordinate representation of color #0B3271: hue angle of 217.06º 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 #0B3271 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1150113-
CMYK0.900.5600.56
HSL217.06º82.26%24.31%-
HSV(B)217.06º90.27%44.31%-
XYZ4.263.5416.08-
YUV45.52166.08103.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.32%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 113 (44.53% from 255) = 64.94%
R=6.32%
G=28.74%
B=64.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11501130.900.5600.56217.0682.2624.31
HexB32715A38038d95218
Octal13621611327007033112230
Binary101111001011100011011010111000011100011011001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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