Html Css Color HEX #0B175D Sapphire

📋 copy color: '#0B175D'

red 11 ◦ green 23 ◦ blue 93

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

Shades of Sapphire #0B175D

Tints of Sapphire #0B175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 73.23%

R = 8.66%
G = 18.11%
B = 73.23%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B175D (or 0x0B175D) is known color: Sapphire. HEX triplet: 0B, 17 and 5D. RGB value is (11,23,93). Sum of RGB (Red+Green+Blue) = 11+23+93=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B175D is #F4E8A2. Grayscale: #1B1B1B. Windows color (decimal): -16050339 or 6100747. OLE color: 6100747.

HSL color Cylindrical-coordinate representation of color #0B175D: hue angle of 231.22º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B175D is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 23 93 -
CMYK 0.88 0.75 0 0.64
HSL 231.22º 0.79% 0.2% -
HSV(B) 231.22º 0.88% 0.36% -
XYZ 2.42 1.47 10.51 -
YUV 27.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 11 23 93 0.88 0.75 0 0.64 231.22 0.79 0.2
Hex B 17 5D 58 4B 0 40 E7 4F 14
Octal 13 27 135 130 113 0 100 347 117 24
Binary 1011 10111 1011101 1011000 1001011 0 1000000 11100111 1001111 10100

Color Harmonies of #0B175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B175D

Black with #0B175D

Text Example


Text Example

White with #0B175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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