Html Css Color HEX #163375 Sapphire

📋 copy color: '#163375'

red 22 ◦ green 51 ◦ blue 117

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

Shades of Sapphire #163375

Tints of Sapphire #163375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

 BLUE value IS 117 (46.09% from 255) = 61.58%

R = 11.58%
G = 26.84%
B = 61.58%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163375 (or 0x163375) is known color: Sapphire. HEX triplet: 16, 33 and 75. RGB value is (22,51,117). Sum of RGB (Red+Green+Blue) = 22+51+117=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #163375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163375 is #E9CC8A. Grayscale: #313131. Windows color (decimal): -15322251 or 7680790. OLE color: 7680790.

HSL color Cylindrical-coordinate representation of color #163375: hue angle of 221.68º degrees, saturation: 0.68, 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 #163375 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 51 117 -
CMYK 0.81 0.56 0 0.54
HSL 221.68º 0.68% 0.27% -
HSV(B) 221.68º 0.81% 0.46% -
XYZ 4.73 3.82 17.32 -
YUV 49.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 22 51 117 0.81 0.56 0 0.54 221.68 0.68 0.27
Hex 16 33 75 51 38 0 36 DE 44 1B
Octal 26 63 165 121 70 0 66 336 104 33
Binary 10110 110011 1110101 1010001 111000 0 110110 11011110 1000100 11011

Color Harmonies of #163375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163375

Black with #163375

Text Example


Text Example

White with #163375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163375; }

 p { color: rgb(22,51,117); }

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

background-color css

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

 a { background-color: rgb(22,51,117); }

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

border-color css

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

 span { border-color: rgb(22,51,117); }

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