Html Css Color HEX #0B164E Sapphire

📋 copy color: '#0B164E'

red 11 ◦ green 22 ◦ blue 78

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

Shades of Sapphire #0B164E

Tints of Sapphire #0B164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.82%

 BLUE value IS 78 (30.86% from 255) = 70.27%

R = 9.91%
G = 19.82%
B = 70.27%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B164E (or 0x0B164E) is known color: Sapphire. HEX triplet: 0B, 16 and 4E. RGB value is (11,22,78). Sum of RGB (Red+Green+Blue) = 11+22+78=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 78 (30.86% from 255 or 70.27% from 111); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B164E is #F4E9B1. Grayscale: #181818. Windows color (decimal): -16050610 or 5117451. OLE color: 5117451.

HSL color Cylindrical-coordinate representation of color #0B164E: hue angle of 230.15º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B164E is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 22 78 -
CMYK 0.86 0.72 0 0.69
HSL 230.15º 0.75% 0.17% -
HSV(B) 230.15º 0.86% 0.31% -
XYZ 1.8 1.2 7.34 -
YUV 25.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 11 22 78 0.86 0.72 0 0.69 230.15 0.75 0.17
Hex B 16 4E 56 48 0 45 E6 4B 11
Octal 13 26 116 126 110 0 105 346 113 21
Binary 1011 10110 1001110 1010110 1001000 0 1000101 11100110 1001011 10001

Color Harmonies of #0B164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B164E

Black with #0B164E

Text Example


Text Example

White with #0B164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,22,78); }

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

background-color css

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

 a { background-color: rgb(11,22,78); }

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

border-color css

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

 span { border-color: rgb(11,22,78); }

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