#0B236F

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

Shades of Sapphire #0B236F

Tints of Sapphire #0B236F

Color information

#0B236F (or 0x0B236F) is unknown color: approx Sapphire. HEX triplet: 0B, 23 and 6F. RGB value is (11,35,111). Sum of RGB (Red+Green+Blue) = 11+35+111=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B236F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B236F is #F4DC90. Grayscale: #242424. Windows color (decimal): -16047249 or 7283467. OLE color: 7283467.

HSL color Cylindrical-coordinate representation of color #0B236F: hue angle of 225.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B236F is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1135111-
CMYK0.900.6800.56
HSL225.6º81.97%23.92%-
HSV(B)225.6º90.09%43.53%-
XYZ3.612.4215.32-
YUV36.49170.05109.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.01%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 111 (43.75% from 255) = 70.70%
R=7.01%
G=22.29%
B=70.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11351110.900.6800.56225.681.9723.92
HexB236F5A44038e25218
Octal134315713210407034212230
Binary1011100011110111110110101000100011100011100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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