#0B207B

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

Shades of Sapphire #0B207B

Tints of Sapphire #0B207B

Color information

#0B207B (or 0x0B207B) is unknown color: approx Sapphire. HEX triplet: 0B, 20 and 7B. RGB value is (11,32,123). Sum of RGB (Red+Green+Blue) = 11+32+123=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B207B is #F4DF84. Grayscale: #232323. Windows color (decimal): -16048005 or 8069131. OLE color: 8069131.

HSL color Cylindrical-coordinate representation of color #0B207B: hue angle of 228.75º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B207B is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1132123-
CMYK0.910.7400.52
HSL228.75º83.58%26.27%-
HSV(B)228.75º91.06%48.24%-
XYZ4.232.5319.01-
YUV36.1177.04110.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 123 (48.44% from 255) = 74.10%
R=6.63%
G=19.28%
B=74.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11321230.910.7400.52228.7583.5826.27
HexB207B5B4A034e5541a
Octal134017313311206434512432
Binary1011100000111101110110111001010011010011100101101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,32,123); }

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

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

 a { background-color: rgb(11,32,123); }

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

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

 span { border-color: rgb(11,32,123); }

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