Html Css Color HEX #163261 Sapphire

📋 copy color: '#163261'

red 22 ◦ green 50 ◦ blue 97

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

Shades of Sapphire #163261

Tints of Sapphire #163261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 97 (38.28% from 255) = 57.4%

R = 13.02%
G = 29.59%
B = 57.4%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163261 (or 0x163261) is known color: Sapphire. HEX triplet: 16, 32 and 61. RGB value is (22,50,97). Sum of RGB (Red+Green+Blue) = 22+50+97=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #163261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163261 is #E9CD9E. Grayscale: #2E2E2E. Windows color (decimal): -15322527 or 6369814. OLE color: 6369814.

HSL color Cylindrical-coordinate representation of color #163261: hue angle of 217.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163261 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 50 97 -
CMYK 0.77 0.48 0 0.62
HSL 217.6º 0.63% 0.23% -
HSV(B) 217.6º 0.77% 0.38% -
XYZ 3.63 3.31 11.76 -
YUV 46.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 22 50 97 0.77 0.48 0 0.62 217.6 0.63 0.23
Hex 16 32 61 4D 30 0 3E DA 3F 17
Octal 26 62 141 115 60 0 76 332 77 27
Binary 10110 110010 1100001 1001101 110000 0 111110 11011010 111111 10111

Color Harmonies of #163261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163261

Black with #163261

Text Example


Text Example

White with #163261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163261; }

 p { color: rgb(22,50,97); }

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

background-color css

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

 a { background-color: rgb(22,50,97); }

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

border-color css

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

 span { border-color: rgb(22,50,97); }

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