Html Css Color HEX #0B1756 Sapphire

📋 copy color: '#0B1756'

red 11 ◦ green 23 ◦ blue 86

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

Shades of Sapphire #0B1756

Tints of Sapphire #0B1756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

 BLUE value IS 86 (33.98% from 255) = 71.67%

R = 9.17%
G = 19.17%
B = 71.67%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0B1756 (or 0x0B1756) is known color: Sapphire. HEX triplet: 0B, 17 and 56. RGB value is (11,23,86). Sum of RGB (Red+Green+Blue) = 11+23+86=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 86 (33.98% from 255 or 71.67% from 120); Max value from RGB is 86 - color contains mainly: blue. Hex color #0B1756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1756 is #F4E8A9. Grayscale: #1A1A1A. Windows color (decimal): -16050346 or 5641995. OLE color: 5641995.

HSL color Cylindrical-coordinate representation of color #0B1756: hue angle of 230.4º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B1756 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 11 23 86 -
CMYK 0.87 0.73 0 0.66
HSL 230.4º 0.77% 0.19% -
HSV(B) 230.4º 0.87% 0.34% -
XYZ 2.12 1.36 8.95 -
YUV 26.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 11 23 86 0.87 0.73 0 0.66 230.4 0.77 0.19
Hex B 17 56 57 49 0 42 E6 4D 13
Octal 13 27 126 127 111 0 102 346 115 23
Binary 1011 10111 1010110 1010111 1001001 0 1000010 11100110 1001101 10011

Color Harmonies of #0B1756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1756

Black with #0B1756

Text Example


Text Example

White with #0B1756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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