Html Css Color HEX #163076 Sapphire

📋 copy color: '#163076'

red 22 ◦ green 48 ◦ blue 118

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

Shades of Sapphire #163076

Tints of Sapphire #163076

RGB

 RED value IS 22 (8.98% from 255) = 11.7%

 GREEN value IS 48 (19.14% from 255) = 25.53%

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 11.7%
G = 25.53%
B = 62.77%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163076 (or 0x163076) is known color: Sapphire. HEX triplet: 16, 30 and 76. RGB value is (22,48,118). Sum of RGB (Red+Green+Blue) = 22+48+118=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #163076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163076 is #E9CF89. Grayscale: #2F2F2F. Windows color (decimal): -15323018 or 7745558. OLE color: 7745558.

HSL color Cylindrical-coordinate representation of color #163076: hue angle of 223.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163076 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 48 118 -
CMYK 0.81 0.59 0 0.54
HSL 223.75º 0.69% 0.27% -
HSV(B) 223.75º 0.81% 0.46% -
XYZ 4.66 3.59 17.59 -
YUV 48.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 22 48 118 0.81 0.59 0 0.54 223.75 0.69 0.27
Hex 16 30 76 51 3B 0 36 E0 45 1B
Octal 26 60 166 121 73 0 66 340 105 33
Binary 10110 110000 1110110 1010001 111011 0 110110 11100000 1000101 11011

Color Harmonies of #163076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163076

Black with #163076

Text Example


Text Example

White with #163076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163076; }

 p { color: rgb(22,48,118); }

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

background-color css

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

 a { background-color: rgb(22,48,118); }

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

border-color css

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

 span { border-color: rgb(22,48,118); }

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