Html Css Color HEX #163274 Sapphire

📋 copy color: '#163274'

red 22 ◦ green 50 ◦ blue 116

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

Shades of Sapphire #163274

Tints of Sapphire #163274

RGB

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

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

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

R = 11.7%
G = 26.6%
B = 61.7%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#163274 (or 0x163274) is known color: Sapphire. HEX triplet: 16, 32 and 74. RGB value is (22,50,116). Sum of RGB (Red+Green+Blue) = 22+50+116=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #163274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163274 is #E9CD8B. Grayscale: #303030. Windows color (decimal): -15322508 or 7614998. OLE color: 7614998.

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

Color convert

RGB 22 50 116 -
CMYK 0.81 0.57 0 0.55
HSL 222.13º 0.68% 0.27% -
HSV(B) 222.13º 0.81% 0.45% -
XYZ 4.62 3.71 17 -
YUV 49.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 22 50 116 0.81 0.57 0 0.55 222.13 0.68 0.27
Hex 16 32 74 51 39 0 37 DE 44 1B
Octal 26 62 164 121 71 0 67 336 104 33
Binary 10110 110010 1110100 1010001 111001 0 110111 11011110 1000100 11011

Color Harmonies of #163274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163274

Black with #163274

Text Example


Text Example

White with #163274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163274; }

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

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

background-color css

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

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

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

border-color css

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

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

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