#0b265a

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

Shades of Sapphire #0B265A

Tints of Sapphire #0B265A

Color information

#0B265A (or 0x0B265A) is unknown color: approx Sapphire. HEX triplet: 0B, 26 and 5A. RGB value is (11,38,90). Sum of RGB (Red+Green+Blue) = 11+38+90=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B265A is #F4D9A5. Grayscale: #232323. Windows color (decimal): -16046502 or 5907979. OLE color: 5907979.

HSL color Cylindrical-coordinate representation of color #0B265A: hue angle of 219.49º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B265A is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB113890-
CMYK0.880.5800.65
HSL219.49º78.22%19.8%-
HSV(B)219.49º87.78%35.29%-
XYZ2.682.29.96-
YUV35.85158.55110.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.91%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 90 (35.55% from 255) = 64.75%
R=7.91%
G=27.34%
B=64.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1138900.880.5800.65219.4978.2219.8
HexB265A583A041db4e14
Octal134613213072010133311624
Binary1011100110101101010110001110100100000111011011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b265a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,38,90); }

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

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

 a { background-color: rgb(11,38,90); }

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

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

 span { border-color: rgb(11,38,90); }

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