Html Css Color HEX #0B2159 Sapphire

📋 copy color: '#0B2159'

red 11 ◦ green 33 ◦ blue 89

#0B2159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #0B2159

Tints of Sapphire #0B2159

RGB

 RED value IS 11 (4.69% from 255) = 8.27%

 GREEN value IS 33 (13.28% from 255) = 24.81%

 BLUE value IS 89 (35.16% from 255) = 66.92%

R = 8.27%
G = 24.81%
B = 66.92%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B2159 (or 0x0B2159) is known color: Sapphire. HEX triplet: 0B, 21 and 59. RGB value is (11,33,89). Sum of RGB (Red+Green+Blue) = 11+33+89=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B2159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2159 is #F4DEA6. Grayscale: #202020. Windows color (decimal): -16047783 or 5841163. OLE color: 5841163.

HSL color Cylindrical-coordinate representation of color #0B2159: hue angle of 223.08º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B2159 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 33 89 -
CMYK 0.88 0.63 0 0.65
HSL 223.08º 0.78% 0.2% -
HSV(B) 223.08º 0.88% 0.35% -
XYZ 2.49 1.88 9.68 -
YUV 32.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 11 33 89 0.88 0.63 0 0.65 223.08 0.78 0.2
Hex B 21 59 58 3F 0 41 DF 4E 14
Octal 13 41 131 130 77 0 101 337 116 24
Binary 1011 100001 1011001 1011000 111111 0 1000001 11011111 1001110 10100

Color Harmonies of #0B2159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2159

Black with #0B2159

Text Example


Text Example

White with #0B2159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,33,89); }

 H1.HeaderClassName
 {
   color: #0B2159;
 }
 .AnyTagClassName
 {
   color: #0B2159;
 }
</style>

background-color css

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

 a { background-color: rgb(11,33,89); }

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

border-color css

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

 span { border-color: rgb(11,33,89); }

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