#0B1F69

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

Shades of Sapphire #0B1F69

Tints of Sapphire #0B1F69

Color information

#0B1F69 (or 0x0B1F69) is unknown color: approx Sapphire. HEX triplet: 0B, 1F and 69. RGB value is (11,31,105). Sum of RGB (Red+Green+Blue) = 11+31+105=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B1F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1F69 is #F4E096. Grayscale: #212121. Windows color (decimal): -16048279 or 6889227. OLE color: 6889227.

HSL color Cylindrical-coordinate representation of color #0B1F69: hue angle of 227.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1F69 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1131105-
CMYK0.900.7000.59
HSL227.23º81.03%22.75%-
HSV(B)227.23º89.52%41.18%-
XYZ3.182.0713.6-
YUV33.46168.37111.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.48%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 105 (41.41% from 255) = 71.43%
R=7.48%
G=21.09%
B=71.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11311050.900.7000.59227.2381.0322.75
HexB1F695A4603Be35117
Octal133715113210607334312127
Binary101111111110100110110101000110011101111100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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