#0B2374

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

Shades of Sapphire #0B2374

Tints of Sapphire #0B2374

Color information

#0B2374 (or 0x0B2374) is unknown color: approx Sapphire. HEX triplet: 0B, 23 and 74. RGB value is (11,35,116). Sum of RGB (Red+Green+Blue) = 11+35+116=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B2374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2374 is #F4DC8B. Grayscale: #242424. Windows color (decimal): -16047244 or 7611147. OLE color: 7611147.

HSL color Cylindrical-coordinate representation of color #0B2374: hue angle of 226.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2374 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1135116-
CMYK0.910.7000.55
HSL226.29º82.68%24.9%-
HSV(B)226.29º90.52%45.49%-
XYZ3.892.5316.81-
YUV37.06172.55109.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.79%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 116 (45.70% from 255) = 71.60%
R=6.79%
G=21.60%
B=71.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11351160.910.7000.55226.2982.6824.9
HexB23745B46037e25319
Octal134316413310606734212331
Binary1011100011111010010110111000110011011111100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,35,116); }

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

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

 a { background-color: rgb(11,35,116); }

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

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

 span { border-color: rgb(11,35,116); }

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