#0B2775

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

Shades of Sapphire #0B2775

Tints of Sapphire #0B2775

Color information

#0B2775 (or 0x0B2775) is unknown color: approx Sapphire. HEX triplet: 0B, 27 and 75. RGB value is (11,39,117). Sum of RGB (Red+Green+Blue) = 11+39+117=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B2775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2775 is #F4D88A. Grayscale: #272727. Windows color (decimal): -16046219 or 7677707. OLE color: 7677707.

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

Color convert

RGB1139117-
CMYK0.910.6700.54
HSL224.15º82.81%25.1%-
HSV(B)224.15º90.6%45.88%-
XYZ4.072.8117.16-
YUV39.52171.72107.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.59%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 117 (46.09% from 255) = 70.06%
R=6.59%
G=23.35%
B=70.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11391170.910.6700.54224.1582.8125.1
HexB27755B43036e05319
Octal134716513310306634012331
Binary1011100111111010110110111000011011011011100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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