Html Css Color HEX #163474 Sapphire

📋 copy color: '#163474'

red 22 ◦ green 52 ◦ blue 116

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

Shades of Sapphire #163474

Tints of Sapphire #163474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.37%

 BLUE value IS 116 (45.7% from 255) = 61.05%

R = 11.58%
G = 27.37%
B = 61.05%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#163474 (or 0x163474) is known color: Sapphire. HEX triplet: 16, 34 and 74. RGB value is (22,52,116). Sum of RGB (Red+Green+Blue) = 22+52+116=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #163474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163474 is #E9CB8B. Grayscale: #323232. Windows color (decimal): -15321996 or 7615510. OLE color: 7615510.

HSL color Cylindrical-coordinate representation of color #163474: hue angle of 220.85º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163474 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 52 116 -
CMYK 0.81 0.55 0 0.55
HSL 220.85º 0.68% 0.27% -
HSV(B) 220.85º 0.81% 0.45% -
XYZ 4.71 3.89 17.03 -
YUV 50.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 22 52 116 0.81 0.55 0 0.55 220.85 0.68 0.27
Hex 16 34 74 51 37 0 37 DD 44 1B
Octal 26 64 164 121 67 0 67 335 104 33
Binary 10110 110100 1110100 1010001 110111 0 110111 11011101 1000100 11011

Color Harmonies of #163474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163474

Black with #163474

Text Example


Text Example

White with #163474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163474; }

 p { color: rgb(22,52,116); }

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

background-color css

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

 a { background-color: rgb(22,52,116); }

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

border-color css

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

 span { border-color: rgb(22,52,116); }

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