Html Css Color HEX #163275 Sapphire

📋 copy color: '#163275'

red 22 ◦ green 50 ◦ blue 117

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

Shades of Sapphire #163275

Tints of Sapphire #163275

RGB

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

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

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

R = 11.64%
G = 26.46%
B = 61.9%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163275 (or 0x163275) is known color: Sapphire. HEX triplet: 16, 32 and 75. RGB value is (22,50,117). Sum of RGB (Red+Green+Blue) = 22+50+117=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #163275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163275 is #E9CD8A. Grayscale: #303030. Windows color (decimal): -15322507 or 7680534. OLE color: 7680534.

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

Color convert

RGB 22 50 117 -
CMYK 0.81 0.57 0 0.54
HSL 222.32º 0.68% 0.27% -
HSV(B) 222.32º 0.81% 0.46% -
XYZ 4.68 3.74 17.3 -
YUV 49.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 22 50 117 0.81 0.57 0 0.54 222.32 0.68 0.27
Hex 16 32 75 51 39 0 36 DE 44 1B
Octal 26 62 165 121 71 0 66 336 104 33
Binary 10110 110010 1110101 1010001 111001 0 110110 11011110 1000100 11011

Color Harmonies of #163275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163275

Black with #163275

Text Example


Text Example

White with #163275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163275; }

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

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

background-color css

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

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

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

border-color css

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

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

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