#0B2467

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

Shades of Sapphire #0B2467

Tints of Sapphire #0B2467

Color information

#0B2467 (or 0x0B2467) is unknown color: approx Sapphire. HEX triplet: 0B, 24 and 67. RGB value is (11,36,103). Sum of RGB (Red+Green+Blue) = 11+36+103=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #0B2467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2467 is #F4DB98. Grayscale: #232323. Windows color (decimal): -16047001 or 6759435. OLE color: 6759435.

HSL color Cylindrical-coordinate representation of color #0B2467: hue angle of 223.7º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2467 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1136103-
CMYK0.890.6500.60
HSL223.7º80.7%22.35%-
HSV(B)223.7º89.32%40.39%-
XYZ3.222.3113.11-
YUV36.16165.72110.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.33%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 103 (40.62% from 255) = 68.67%
R=7.33%
G=24%
B=68.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11361030.890.6500.60223.780.722.35
HexB2467594103Ce05116
Octal134414713110107434012126
Binary1011100100110011110110011000001011110011100000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,36,103); }

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

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

 a { background-color: rgb(11,36,103); }

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

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

 span { border-color: rgb(11,36,103); }

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