Html Css Color HEX #163264 Sapphire

📋 copy color: '#163264'

red 22 ◦ green 50 ◦ blue 100

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

Shades of Sapphire #163264

Tints of Sapphire #163264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 58.14%

R = 12.79%
G = 29.07%
B = 58.14%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#163264 (or 0x163264) is known color: Sapphire. HEX triplet: 16, 32 and 64. RGB value is (22,50,100). Sum of RGB (Red+Green+Blue) = 22+50+100=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #163264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163264 is #E9CD9B. Grayscale: #2F2F2F. Windows color (decimal): -15322524 or 6566422. OLE color: 6566422.

HSL color Cylindrical-coordinate representation of color #163264: hue angle of 218.46º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163264 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 50 100 -
CMYK 0.78 0.50 0 0.61
HSL 218.46º 0.64% 0.24% -
HSV(B) 218.46º 0.78% 0.39% -
XYZ 3.77 3.37 12.51 -
YUV 47.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 22 50 100 0.78 0.50 0 0.61 218.46 0.64 0.24
Hex 16 32 64 4E 32 0 3D DA 40 18
Octal 26 62 144 116 62 0 75 332 100 30
Binary 10110 110010 1100100 1001110 110010 0 111101 11011010 1000000 11000

Color Harmonies of #163264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163264

Black with #163264

Text Example


Text Example

White with #163264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163264; }

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

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

background-color css

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

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

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

border-color css

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

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

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