#0b1f65

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

Shades of Sapphire #0B1F65

Tints of Sapphire #0B1F65

Color information

#0B1F65 (or 0x0B1F65) is unknown color: approx Sapphire. HEX triplet: 0B, 1F and 65. RGB value is (11,31,101). Sum of RGB (Red+Green+Blue) = 11+31+101=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #0B1F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1F65 is #F4E09A. Grayscale: #202020. Windows color (decimal): -16048283 or 6627083. OLE color: 6627083.

HSL color Cylindrical-coordinate representation of color #0B1F65: hue angle of 226.67º degrees, saturation: 0.8, 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 #0B1F65 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1131101-
CMYK0.890.6900.60
HSL226.67º80.36%21.96%-
HSV(B)226.67º89.11%39.61%-
XYZ2.981.9912.54-
YUV33166.37112.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.69%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 101 (39.84% from 255) = 70.63%
R=7.69%
G=21.68%
B=70.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11311010.890.6900.60226.6780.3621.96
HexB1F65594503Ce35016
Octal133714513110507434312026
Binary101111111110010110110011000101011110011100011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b1f65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,31,101); }

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

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

 a { background-color: rgb(11,31,101); }

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

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

 span { border-color: rgb(11,31,101); }

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