#0B1762

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

Shades of Sapphire #0B1762

Tints of Sapphire #0B1762

Color information

#0B1762 (or 0x0B1762) is unknown color: approx Sapphire. HEX triplet: 0B, 17 and 62. RGB value is (11,23,98). Sum of RGB (Red+Green+Blue) = 11+23+98=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #0B1762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1762 is #F4E89D. Grayscale: #1B1B1B. Windows color (decimal): -16050334 or 6428427. OLE color: 6428427.

HSL color Cylindrical-coordinate representation of color #0B1762: hue angle of 231.72º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B1762 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB112398-
CMYK0.890.7700.62
HSL231.72º79.82%21.37%-
HSV(B)231.72º88.78%38.43%-
XYZ2.651.5711.72-
YUV27.96167.52115.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.33%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 98 (38.67% from 255) = 74.24%
R=8.33%
G=17.42%
B=74.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1123980.890.7700.62231.7279.8221.37
HexB1762594D03Ee85015
Octal132714213111507635012025
Binary101110111110001010110011001101011111011101000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,23,98); }

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

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

 a { background-color: rgb(11,23,98); }

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

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

 span { border-color: rgb(11,23,98); }

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