Html Css Color HEX #163278 Sapphire

📋 copy color: '#163278'

red 22 ◦ green 50 ◦ blue 120

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

Shades of Sapphire #163278

Tints of Sapphire #163278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 62.5%

R = 11.46%
G = 26.04%
B = 62.5%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#163278 (or 0x163278) is known color: Sapphire. HEX triplet: 16, 32 and 78. RGB value is (22,50,120). Sum of RGB (Red+Green+Blue) = 22+50+120=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #163278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163278 is #E9CD87. Grayscale: #313131. Windows color (decimal): -15322504 or 7877142. OLE color: 7877142.

HSL color Cylindrical-coordinate representation of color #163278: hue angle of 222.86º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163278 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 50 120 -
CMYK 0.82 0.58 0 0.53
HSL 222.86º 0.69% 0.28% -
HSV(B) 222.86º 0.82% 0.47% -
XYZ 4.86 3.81 18.25 -
YUV 49.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 22 50 120 0.82 0.58 0 0.53 222.86 0.69 0.28
Hex 16 32 78 52 3A 0 35 DF 45 1C
Octal 26 62 170 122 72 0 65 337 105 34
Binary 10110 110010 1111000 1010010 111010 0 110101 11011111 1000101 11100

Color Harmonies of #163278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163278

Black with #163278

Text Example


Text Example

White with #163278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163278; }

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

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

background-color css

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

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

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

border-color css

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

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

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